rspectrum {foto} | R Documentation |
Calculates a radial spectrum
Description
This is an internal function and not to be used stand-alone.
Usage
rspectrum(x, w, n = TRUE, h = TRUE, env, ...)
Arguments
x |
a square matrix |
w |
a moving window size |
n |
normalize, bolean |
h |
high pass filter on the two first spectra values
set to 0, limits the influence of low frequency components
bolean |
env |
local environment to evaluate |
... |
additional parameters to forward |
Value
Returns a radial spectrum values for the image used in order to classify texture using a PCA (or other) analysis.
[Package foto version 1.1 Index]