抓虾帮你轻松订阅、收藏、分享博客和新闻等。 订阅 关闭
共有158篇 | 以下是第41-50篇 | 只浏览标题 <   1   2   3   4   5   6   7   8  >  
When I started this blog in early 2006, one of my first series of articles was called "All About Pixel Colors." These articles discussed how MATLAB associates matrix values with specific screen pixel colors. The series talked about the two fundamental image display models (indexed and true...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
I'd like to welcome back guest blogger Stan Reeves, professor of Electrical and Computer Engineering at Auburn University. Stan will be writing a few blogs here about image deblurring. In my last blog, I looked at image deblurring using an inverse filter and some variat...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
In September I wrote about customer-reported speed issues related to TIFF files containing a very large number (thousands or tens of thousands) of images. I've started to call these things MMTs (massively multipage TIFFs). If you have experienced this kind of performance problem and you have a...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
bwselect 查看全文   2007-10-26 20:00:02
Didja know about the Image Processing Toolbox function bwselect? For a blog post I wrote earlier this month, I wanted a binary image containing only the central blob indicated in red below: url = 'http://blogs.mathworks.com/images/steve/163/plateaus.png'; bw = imread(url); imshow(bw) a...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
Upslope area - Summary 查看全文   2007-10-23 20:00:10
Back in March I started writing about an algorithm implementation experiment for computing upslope area. Given an "image" whose pixel values are terrain elevations, the upslope area of a pixel is the area of the uphill terrain that drains through that pixel. I chose a paper that looked p...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
Finding bright objects 查看全文   2007-10-19 20:00:58
In a blog comment earlier this summer, someone asked how to find "which labeled regions have a bright spot greater than some threshold?" That's a good question. It can be done efficiently and compactly using the Image Processing Toolbox, but the techniques may not be widely known. (Ha...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
Since I originally posted my upslope toolbox to MATLAB Central back in August, I have heard from some experts about an issue related to NaNs in the DEM data. Specifically, some data sets record elevation only for DEM pixels within a particular catchment basin. Pixels outside the catchment basin ty...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
We recently changed the view when you click on a category in the sidebar on the right. I haven't used categories much, but the other bloggers (Loren on the Art of MATLAB, Doug's Pick of the Week, and Inside the MATLAB Desktop) have been. The new view presents a much more concise summary of ...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
At the beginning of the upslope area series, I posted code showing how to compute the direction of maximum slope for a triangular facet, and how to compute the flow direction for a pixel. This purely scalar code ran fine, but more slowly than I wanted, so I decided to vectorize it before submitting ...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
In photography and color science, MathWorks developer Jeff Mather's personal interests intersect with his work. He guest-blogged here last year with a post about the CIE Standard Observer. Earlier this month, he posted on his personal blog about high dynamic range (HDR) imaging and associated t...
 展开
发给朋友   转到小组   (打标签) 收藏   推荐  
<   1   2   3   4   5   6   7   8</