bio_img_steve

Steve on Image Processing with MATLAB

Image processing concepts, algorithms, and MATLAB

Note

Steve on Image Processing with MATLAB has been archived and will not be updated.

Posts 81 - 90 of 478

結果: Uncategorized

Chessboards, Implicit Expansion, REPELEM, and Unicode Chess Queens 1

A few weeks ago, I wrote about a solver algorithm for the Eight Queens Problem. The post included diagrams like this one. Today I want to show you how I made that diagram in MATLAB. First, let's talk... 続きを読む >>

The Eight Queens Problem – Generating All Solutions

On April 20, I wrote about an algorithm for solving the Eight Queens Problem. In this problem, the task is to place eight queens on a chessboard so that none of the queens is attacking any other... 続きを読む >>

The Future of String Arrays in MATLAB

At MathWorks, we almost never talk in detail about product features before they are released. That's why this week's Art of MATLAB blog caught my eye. Guest blogger Dave Bergstein describes in some detail how we expect support for string arrays to evolve in the future. If you do a lot of data analysis or text processing in MATLAB, it is worth your while to take a look at Dave's post.... 続きを読む >>

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... 続きを読む >>

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... 続きを読む >>

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... 続きを読む >>

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... 続きを読む >>

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... 続きを読む >>

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... 続きを読む >>

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... 続きを読む >>

Posts 81 - 90 of 478