Steve on Image Processing with MATLAB

Image processing concepts, algorithms, and MATLAB

Results for: 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 ... read more >>

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... read more >>

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... read more >>

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... read more >>