抓虾帮你轻松订阅、收藏、分享博客和新闻等。 订阅 关闭
共有158篇 | 以下是第61-70篇 | 只浏览标题 <   1   2   3   4   5   6   7   8  >  
About twelve years ago, I was implementing the algorithm that became roifill in the Image Processing Toolbox. In this algorithm, a specified set of pixels is replaced (or filled in) such that each of the replaced pixels equals the average of its north, east, south, and west neighbors. I had impleme...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
After my last upslope area post, I decided that I had enough of the algorithm details worked out to produce a set of working M-files. Although I have a few more posts to go, I've already uploaded the M-files to the MATLAB Central File Exchange. If you've been following this topic with inter...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
Upslope area - Part 7 查看全文   2007-07-28 03:00:46
So far in this series I've talked about calculating pixel flow directions and handling plateaus, but I haven't yet discussed the actual upslope area calculation. The Tarboton paper presents a recursive formulation of the upslope area calculation (from page 313): Procedure DPAREA(i, j) ...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
Didja know? You can fill holes, or pits, in grayscale images by using the Image Processing Toolbox function imfill. The other day I was rereading the Tarboton paper on upslope area, trying to decide what to do next in my series on that topic. I noticed that the author described filling in "p...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
imoverlay and imagesc 查看全文   2007-07-21 03:34:08
In March 2006 I wrote about how to overlay a specified color onto specified pixels of a grayscale or RGB image. I put a utility function (imoverlay) for performing this operation on the MATLAB Central File Exchange. Earlier this week, Matt W. posted a review of that ...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
In a comment on my "Connected component labeling - Part 6" post, Martin Isenburg asked "what is the rationale behind the design decision to have bwlabeln work on individual pixels rather than on runs of pixels?" Excellent question. I'm happy to answer "why did they do ...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
Upslope area - Part 6 查看全文   2007-07-13 23:46:36
In part 4 of this series I classified DEM plateaus into: Max plateaus Min plateaus Mid plateaus In part 5 I outlined the possibility of using roifill to modify plateau pixels. Today I'll combin...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
The June 22, 2007 issue of Science magazine contains the article "Quantitative Morphological Signatures Define Local Signaling Networks Regulating Cell Morphology," by Chris Bakal, John Aach, George Church, and Norbert Perrimon. According to the abstract, the authors "have developed q...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
I'm blogging from vacation today, so here's a fun topic for you to consider. (As far as I know it has nothing to do with MATLAB.) What are your favorite movies or TV shows in which image processing played a starring role? Realistic or (more likely) not. I'll start: The movie that alway...