how can i use the function blockproc to move the sliding window in smaller jumps (one pixel) than the window size by using the BorderSize parameter?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
This link describe what i must do: http://www.fp.ucalgary.ca/mhallbey/texture_calculations.htm (it's a texture calculation). For each sliding window (sub image), i make its cooccurrence matrix and i calculate its texture measure (exemple: contrast)and this value is affected to the central pixel of this current window. i know that blockproc() moves in "jumps" of the window size. so how can i do to make blockproc() to move in smaller jumps (one pixel).
0 Kommentare
Antworten (1)
Image Analyst
am 1 Dez. 2012
Bearbeitet: Image Analyst
am 1 Dez. 2012
Use nlfilter instead.
By the way, there is a function that computes the gray level co-occurrence matrix you know. It's called graycomatrix().
5 Kommentare
Image Analyst
am 1 Dez. 2012
You're welcome. Is your problem solved then? If so, mark as "Answered."
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!