featureMatrix
R2026bImage scattering feature matrix
Syntax
Description
returns the scattering feature matrix for the wavelet image scattering network,
smat = featureMatrix(sf,im)sf, and the input image, im.
im is a real-valued 2-D
(M-by-N) or 3-D matrix
(M-by-N-by-3). If im is a 3-D
matrix, the size of the third dimension must be 3. If im is a 2-D
matrix, smat is
Np-by-Ms-by-Ns, where
Np is the number of scattering paths and
Ms-by-Ns is the resolution of the scattering
coefficients. If im is a 3-D matrix, smat is
Np-by-Ms-by-Ns-by-3.
returns the scattering feature matrix for the cell array of scattering coefficients,
smat = featureMatrix(sf,sc)sc. sc is obtained from the scatteringTransform method of the wavelet image scattering network.
applies the transformation specified by smat = featureMatrix(___,'Transform',transformtype)transformtype to the scattering
coefficients. Valid options for transformtype are
'log' and 'none'. If unspecified,
transformtype defaults to 'none'. You can use this
syntax with any of the previous syntaxes.