[Insight-users] AttributeType for e.g. LabelShapeOpeningImageFilter
Luis Ibanez
luis.ibanez at kitware.com
Sat Dec 4 19:35:57 EST 2010
Hi Igor,
This paper in the Insight Journal may help:
http://www.insight-journal.org/browse/publication/176
Please report a bug in the MANTIS bug tracker:
http://public.kitware.com/Bug/my_view_page.php
In the bug report, please indicate that Doxygen
documentation is missing from the files:
./Code/Review/itkShapeLabelObject.h
./Code/Review/itkLabelShapeOpeningImageFilter.h
Thanks
Luis
----------------------------------------------------------
On Fri, Dec 3, 2010 at 6:36 PM, igor schneider <inornden at googlemail.com> wrote:
> Hi,
> im looking for documentation about Values for AttributeType.
>
> i found this in the sources:
>
> static AttributeType GetAttributeFromName( const std::string & s )
> {
> if( s == "Size" )
> {
> return SIZE;
> }
> else if( s == "PhysicalSize" )
> {
> return PHYSICAL_SIZE;
> }
> else if( s == "RegionElongation" )
> {
> return REGION_ELONGATION;
> }
> else if( s == "SizeRegionRatio" )
> {
> return SIZE_REGION_RATIO;
> }
> else if( s == "Centroid" )
> {
> return CENTROID;
> }
> else if( s == "Region" )
> {
> return REGION;
> }
> else if( s == "SizeOnBorder" )
> {
> return SIZE_ON_BORDER;
> }
> else if( s == "PhysicalSizeOnBorder" )
> {
> return PHYSICAL_SIZE_ON_BORDER;
> }
> else if( s == "FeretDiameter" )
> {
> return FERET_DIAMETER;
> }
> else if( s == "BinaryPrincipalMoments" )
> {
> return BINARY_PRINCIPAL_MOMENTS;
> }
> else if( s == "BinaryPrincipalAxes" )
> {
> return BINARY_PRINCIPAL_AXES;
> }
> else if( s == "BinaryElongation" )
> {
> return BINARY_ELONGATION;
> }
> else if( s == "Perimeter" )
> {
> return PERIMETER;
> }
> else if( s == "Roundness" )
> {
> return ROUNDNESS;
> }
> else if( s == "EquivalentRadius" )
> {
> return EQUIVALENT_RADIUS;
> }
> else if( s == "EquivalentPerimeter" )
> {
> return EQUIVALENT_PERIMETER;
> }
> else if( s == "EquivalentEllipsoidSize" )
> {
> return EQUIVALENT_ELLIPSOID_RADIUS;
> }
> else if( s == "BinaryFlatness" )
> {
>
> i have not been able to find this in the documentation. does some
> documentation on this exist?
> is there anywhere some documentation about how to read these attributes from
> a segment or what the meaning of the strings is?
>
> and is there some other source of documentation than doxygen and the user
> guide?
>
> is it my fault or is there only very few documentaton on some "advanced"
> things in itk?
>
> Cheers
> Igor
>
>
> _____________________________________
> 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.html
>
> 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://www.itk.org/mailman/listinfo/insight-users
>
>
More information about the Insight-users
mailing list