[ITK] [ITK-users] Grey Level Run Length Matrix

Tmn tamanupadhaya at gmail.com
Thu Feb 16 11:42:00 EST 2017


Hi all,

I am using itk library to extract Run Length Matrix texture feature using
itk::Statistics::ScalarImageToRunLengthMatrixFilter<>; however, the total
frequency of the matrix is more than the total number of pixel.   

For all the 13 different matrices the total frequency is sometime less than
and some time higher than total number of pixel.
These are the parameter I have provided, do I need to provide more parameter
than this ?

RunLenFilter->SetOffset(offset);
RunLenFilter->SetDistanceValueMinMax( 0, pointMin.EuclideanDistanceTo(
pointMax ) );  
RunLenFilter->SetPixelValueMinMax(minValue,maxValue); 
RunLenFilter->SetNumberOfBinsPerAxis(Bins);

Can someone please provide me with some inside of Run Length Matrix
function/method? 

Thank you for your time!



--
View this message in context: http://itk-insight-users.2283740.n2.nabble.com/Grey-Level-Run-Length-Matrix-tp7589629.html
Sent from the ITK Insight Users mailing list archive at Nabble.com.
_____________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/insight-users


More information about the Community mailing list