How do we use blockproc to process my image to compute the difference?
Ältere Kommentare anzeigen
I want to compare two images and obtain region of interest. How does blockproc work. Does it process all the blocks at the same time? I ended up in an infinite loop while trying to run blockproc.
Antworten (2)
Alberto
am 22 Sep. 2014
*blockproc* function divide your image in block, you decide the size of the blocks, and applies the function you want to each block. What you get in the end is a single image whith the transformed blocks combined.
Image Analyst
am 22 Sep. 2014
0 Stimmen
Blockproc() scans the image with a window and applies some function to the pixels in the window. It normally scans along in "jumps" of the window size but you can program it to move by different distances. The size of the output image is dependent on what function you apply. I attach two demos of it.
Kategorien
Mehr zu Neighborhood and Block Processing finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!