Steve on Image Processing with MATLAB

Image processing concepts, algorithms, and MATLAB

Posts 11 - 18 of 18

Results for: 2017

The Eight Queens Problem 2

Today I want to tackle a classic algorithm puzzle known as the Eight Queens Problem. In this problem, your task is to arrange eight queens on a chessboard so that none of the queens is attacking any... read more >>

Variation on Connected Objects – Using Graphs

Reader Uri Pe'er found an old post from 2011 about shortest paths in binary images, and he asked this follow-up question (paraphrased):How can I determine if there is a path from one row to another... read more >>

Variations on Connected Objects – Using imfill

Reader Uri Pe'er found an old post from 2011 about shortest paths in binary images, and he asked this follow-up question (paraphrased):How can I determine if there is a path from one row to another... read more >>

Logical indexing 3

One of my favorite aspects of MATLAB for image processing is how I can use a binary image to index directly into a grayscale image. The technique is called logical indexing, and I'm going to show you... read more >>

Gaussian filtering with imgaussfilt 2

With the R2015a release a couple of years ago, the Image Processing Toolbox added the function imgaussfilt. This function performs 2-D Gaussian filtering on images. It features a heuristic that... read more >>

Aliasing and image resizing – part 3 4

Today I'll try to wrap up my discussion about how aliasing affects image resizing and about how the imresize function tries to prevent it. (This is called antialiasing.) Let me show you where we are... read more >>

Aliasing and image resizing – part 2 7

In my 03-Jan-2017 post, I introduced my new topic: aliasing, especially as it relates to resizing images. Today I will get more specific about what aliasing actually is.I'll use a 1-D sequence to... read more >>

Aliasing and image resizing – part 1

Happy New Year!I'm going to kick off 2017 with two or three posts about antialiasing. Specifically, I will discuss what antialiasing means in the context of image resizing, and I will explain how the... read more >>

Posts 11 - 18 of 18