Implementation of the SFTA algorithm for texture feature extraction. (Texture classification)

Опубликовано: 09 Май 2018
на канале: Anselm Griffin
1,883
15

Extract texture features from an image using the SFTA (Segmentation-based Fractal Texture Analysis) algorithm. To extract features, use the sfta(I, nt) function, where I corresponds to the input grayscale image and nt is a parameter that defines the size of the feature vector.
The features are returned as a 1 by (6*nt -3) vector #Matlab #ImageProcessing #MatlabDublin