Autocor img

From Eigenvector Research Documentation Wiki
Revision as of 10:24, 29 September 2009 by 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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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