[Insight-users] Submission:
itkScalarImageToGreyLevelCooccurrenceMatrixGenerator
Luis Ibanez
luis.ibanez at kitware.com
Wed Jun 23 20:08:55 EDT 2004
Hi Zach,
Thanks for contributing your code to ITK.
Your new class:
itkScalarImageToGreyLevelCooccurrenceMatrixGenerator
has been commited under Insight/Code/Numerics/Statistics.
It was great that you submitted the corresponding test !
We are wondering if this new class makes obsolete the
http://www.itk.org/Insight/Doxygen/html/classitk_1_1Statistics_1_1ImageToCooccurrenceListAdaptor.html
or we do want to keep both classes ?
Please let us know what you think,
Thanks
Luis
----------------------
Zachary Pincus wrote:
> Hello,
>
> Here is my revision/rewrite of Glenn Pierce's Cooccurrence List filter.
> Basically, when given an image and a set of offsets, this generator
> produces a histogram of the pixel value co-ocurrences between each pixel
> and the various pixels at the given offsets from that pixel. (See the
> documentation in the header for more information.)
>
> This is typically called a "Grey Level Co-occurrence Matrix" (GLCM) and
> it is used in calculations concerning the texture of various objects. In
> the next week, I hope to contribute code for calculating texture
> descriptors from GLCMs. These descriptors are often used in computer
> vision/statistical learning tasks to classify different image patches by
> texture. I hope that others will find these tools useful...
>
> Implementation note: after thinking about the best way to do things, it
> really seemed like enough special things needed to be done between
> making a list of values and making a good GLCM that it was worth it to
> make a special GLCM generator, instead of a list adaptor.
>
> Zach
>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
More information about the Insight-users
mailing list