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 1 - 10 of 40

結果: numel

Using reshape to rearrange image color components 4

I recently saw some code that transformed the RGB pixel values of an image into a Px3 matrix, such that each row contained the red, green, and blue color components of a single pixel. Today I want to... 続きを読む >>

Multiresolution pyramids part 4: Image blending 1

Today I want to wrap up (for now) my series on multiresolution pyramids by showing you how to make this strange-looking fruit: This a slightly nontraditional demonstration of a technique... 続きを読む >>

Multiresolution pyramids part 3: Laplacian pyramids

In my April 2 post, I introduced multiresolution pyramids, and I explained my dissatisfaction with the function impyramid, which (sadly) I designed. (Aside: I had that post ready to go on April 1,... 続きを読む >>

Multiresolution image pyramids and impyramid – part 2

Last time, I talked about the function impyramid and how I have been dissatisfied with it. (Confession: I designed it.) Today I want to present an alternative approach to creating a multiresolution... 続きを読む >>

Superpixel Posterization 6

Today's blog post was inspired by an example written by my friend and Image Processing Toolbox developer, Alex Taylor. A few years back, Alex tinkered with using toolbox algorithms to achieve a... 続きを読む >>

Gray-scale pixel values in image regions

Before I dive into today's topic, I want to invite you to come back to the MATLAB Central Blogs page in a couple of weeks. Look for something new to appear related to deep learning.Earlier today, I... 続きを読む >>

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

Improved dashed and dotted lines in EPS files

At the ICIP (International Conference on Image Processing) last week, a customer stopped by the MathWorks booth to chat. He said that he regularly uses one of the File Exchange submissions that... 続きを読む >>

New image batch processor app in R2015a 6

Nine years ago I wrote a blog post showing how to do batch processing of image files. That is, I showed how to use MATLAB to perform the same operation on a bunch of image files in a particular... 続きを読む >>

Image processing with a GPU 8

I'd like to welcome guest blogger Anand Raja for today's post. Anand is a developer on the Image Processing Toolbox team. -Steve ... 続きを読む >>

Posts 1 - 10 of 40