ENH: Improved Advanced Haralick Texture computation.
Co-occurrence Matrix computation using itkScalarImageToTexturesFilter has been replaced using a different technique which reduces the computation time. This was used also in ScalarImageToTexturesFilter class. Also number of iterations over the histogram has been reduced to minimum and replaced with co-occurrence indexed list iteration wherever possible. Maximum value of for grey level images was corrected to 255 in the Testing code.
Showing
- Code/FeatureExtraction/otbScalarImageToAdvancedTexturesFilter.h 102 additions, 11 deletions...eatureExtraction/otbScalarImageToAdvancedTexturesFilter.h
- Code/FeatureExtraction/otbScalarImageToAdvancedTexturesFilter.txx 269 additions, 70 deletions...tureExtraction/otbScalarImageToAdvancedTexturesFilter.txx
- Testing/Code/FeatureExtraction/otbScalarImageToAdvancedTexturesFilter.cxx 1 addition, 1 deletion...tureExtraction/otbScalarImageToAdvancedTexturesFilter.cxx
Loading
Please register or sign in to comment