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?

1 次查看(过去 30 天)
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).

回答(1 个)

Image Analyst
Image Analyst 2012-12-1
编辑:Image Analyst 2012-12-1
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 个评论
doudou
doudou 2012-12-2
i still have a little problem concerning the parameters of textureFeature() or graycoprops(glcm, properties). Normally glcm is a constant matrix, but in my case it is variable (sliding window)i'm still blocked, can you help me to write the right syntax? example: Im2=nlfilter(Im1,[3 3],@graycoprops(??,'contrast')

请先登录,再进行评论。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by