Autocor img: Difference between revisions
Jump to navigation
Jump to search
imported>Scott (New page: ===Purpose=== Autocorrelation function for images. ===Synopsis=== :acor = autocor_img(img,n) ===Description=== ===Inputs are the image (img) and number of pixels to consider around the ima...) |
imported>Scott No edit summary |
||
Line 4: | Line 4: | ||
:acor = autocor_img(img,n) | :acor = autocor_img(img,n) | ||
===Description=== | ===Description=== | ||
Inputs are the image (img) and number of pixels to consider around the image (n). The output is the autocorrelation matrix for the image (acor), which will be a square matrix of size 2n+1.=== | |||
===See Also=== | ===See Also=== | ||
[[anglemt]], [[detrend_img]], [[fft_texture]], [[semivar]], [[svd_texture]], [[texture]] | [[anglemt]], [[detrend_img]], [[fft_texture]], [[semivar]], [[svd_texture]], [[texture]] |
Revision as of 14:34, 1 October 2009
Purpose
Autocorrelation function for images.
Synopsis
- acor = autocor_img(img,n)
Description
Inputs are the image (img) and number of pixels to consider around the image (n). The output is the autocorrelation matrix for the image (acor), which will be a square matrix of size 2n+1.===
See Also
anglemt, detrend_img, fft_texture, semivar, svd_texture, texture