Steve on Image Processing with MATLAB

Image processing concepts, algorithms, and MATLAB

다음에 대한 결과: Indexing

Modifying centroid locations in an image – an application of linear indexing

Blog reader Mike posed the following question recently: If you have a bunch of point locations (for example, object centroids), how you make a binary image containing just those ... 더 읽어보기 >>

Neighbor indexing 14

Earlier this year I wrote about logical indexing and linear indexing. Now I want to finish this little indexing series with an example of a technique I call neighbor indexing. I've... 더 읽어보기 >>

Linear indexing 13

Last week I posted an introduction to logical indexing. This week I want to continue with a brief discussion of linear indexing and its connection to image processing in MATLAB. Lets... 더 읽어보기 >>

Logical indexing 18

This is the first post in a short series on index techniques that are particularly useful for image processing in MATLAB. I'll start with logical indexing today. Later I'll cover linear... 더 읽어보기 >>