EFeature Enum

The various features that can be measured on the coded elements of a selection.

Namespace: Euresys::Open_eVision

EFeature_ElementIndex
Index of the coded element (cf. ECodedElement::ElementIndex).
EFeature_LayerIndex
Index of the layer of the coded element (cf. ECodedElement::LayerIndex).
EFeature_RunCount
Number of runs (cf. ECodedElement::RunCount).
EFeature_Area
Number of pixels (cf. ECodedElement::Area).
EFeature_LargestRun
Length of the largest run (cf. ECodedElement::LargestRun).
EFeature_ContourX
Starting point abscissa of the contour of the coded element (cf. ECodedElement::ContourX).
EFeature_ContourY
Starting point ordinate of the countour of the coded element (cf. ECodedElement::ContourY).
EFeature_LeftLimit
Abscissa of the leftmost pixel (cf. ECodedElement::LeftLimit).
EFeature_RightLimit
Abscissa of the rightmost pixel (cf. ECodedElement::RightLimit).
EFeature_TopLimit
Abscissa of the topmost pixel (cf. ECodedElement::TopLimit).
EFeature_BottomLimit
Ordinate of the bottommost pixel (cf. ECodedElement::BottomLimit).
EFeature_GravityCenterX
Abscissa of the gravity center (cf. ECodedElement::GravityCenterX).
EFeature_GravityCenterY
Ordinate of the gravity center (cf. ECodedElement::GravityCenterY).
EFeature_BoundingBoxCenterX
Abscissa of the center of the bounding box (cf. ECodedElement::BoundingBoxCenterX).
EFeature_BoundingBoxCenterY
Ordinate of the center of the bounding box (cf. ECodedElement::BoundingBoxCenterY).
EFeature_BoundingBoxWidth
Width of the bounding box (Feret diameter 0 degrees - cf. ECodedElement::BoundingBoxWidth).
EFeature_BoundingBoxHeight
Height of the bounding box (Feret diameter 90 degrees - cf. ECodedElement::BoundingBoxHeight).
EFeature_FeretBox22CenterX
Abscissa of the center of the Feret box oriented at 22.5 degrees (cf. ECodedElement::FeretBox22CenterX).
EFeature_FeretBox22CenterY
Ordinate of the center of the Feret box oriented at 22.5 degrees (cf. ECodedElement::FeretBox22CenterY).
EFeature_FeretBox22Width
Width of the Feret box oriented at 22.5 degrees (Feret diameter at 22.5 degrees - cf. ECodedElement::FeretBox22Width).
EFeature_FeretBox22Height
Height of the Feret box oriented at 22.5 degrees (Feret diameter at 112.5 degrees - cf. ECodedElement::FeretBox22Height).
EFeature_FeretBox45CenterX
Abscissa of the center of the Feret box oriented at 45 degrees (cf. ECodedElement::FeretBox45CenterX).
EFeature_FeretBox45CenterY
Ordinate of the center of the Feret box oriented at 45 degrees (cf. ECodedElement::FeretBox45CenterY).
EFeature_FeretBox45Width
Width of the Feret box oriented at 45 degrees bounding box (Feret diameter at 45 degrees - cf. ECodedElement::FeretBox45Width).
EFeature_FeretBox45Height
Height of the Feret box oriented at 45 degrees (Feret diameter at 135 degrees - cf. ECodedElement::FeretBox45Height).
EFeature_FeretBox68CenterX
Abscissa of the center of the Feret box oriented at 67.5 degrees (cf. ECodedElement::FeretBox68CenterX).
EFeature_FeretBox68CenterY
Ordinate of the center of the Feret box oriented at 67.5 degrees (cf. ECodedElement::FeretBox68CenterY).
EFeature_FeretBox68Width
Width of the Feret box oriented at 67.5 degrees (Feret diameter at 67.5 degrees - cf. ECodedElement::FeretBox68Width).
EFeature_FeretBox68Height
Height of the Feret box oriented at 67.5 degrees (Feret diameter at 157.5 degrees - cf. ECodedElement::FeretBox68Height).
EFeature_MinimumEnclosingRectangleCenterX
Abscissa of the Minimum Enclosing Rectangle center (cf. ECodedElement::MinimumEnclosingRectangleCenterX).
EFeature_MinimumEnclosingRectangleCenterY
Ordinate of the Minimum Enclosing Rectangle center (cf. ECodedElement::MinimumEnclosingRectangleCenterY).
EFeature_MinimumEnclosingRectangleWidth
Width of the Minimum Enclosing Rectangle (cf. ECodedElement::MinimumEnclosingRectangleWidth).
EFeature_MinimumEnclosingRectangleHeight
Height of the Minimum Enclosing Rectangle (cf. ECodedElement::MinimumEnclosingRectangleHeight).
EFeature_MinimumEnclosingRectangleAngle
Direction of the Minimum Enclosing Rectangle (cf. ECodedElement::MinimumEnclosingRectangleAngle).
EFeature_SigmaX
Centered moment of inertia around X (average squared X-deviation - cf. ECodedElement::SigmaX).
EFeature_SigmaY
Centered moment of inertia around Y (average squared Y-deviation - cf. ECodedElement::SigmaY).
EFeature_SigmaXX
Reduced, centered moment of inertia (around the principal inertia axis - cf. ECodedElement::SigmaXX).
EFeature_SigmaXY
Centered cross moment of inertia (average X-deviation * Y-deviation - cf. ECodedElement::SigmaXY).
EFeature_SigmaYY
Reduced, centered moment of inertia (around the secondary inertia axis - cf. ECodedElement::SigmaYY).
EFeature_EllipseWidth
Long axis of the ellipse of inertia (cf. ECodedElement::EllipseWidth).
EFeature_EllipseHeight
Short axis of the ellipse of inertia (cf. ECodedElement::EllipseHeight).
EFeature_EllipseAngle
Angle of the principal axis of the ellipse of inertia (cf. ECodedElement::EllipseAngle).
EFeature_Eccentricity
Eccentricity of the ellipse of inertia (cf. ECodedElement::Eccentricity).
EFeature_FeretBoxCenterX
Abscissa of the center of the Feret box oriented at a fixed angle (cf. ECodedElement::ComputeFeretBox). The angle of interest is set through EObjectSelection::FeretAngle.
EFeature_FeretBoxCenterY
Ordinate of the center of the Feret box oriented at a fixed angle (cf. ECodedElement::ComputeFeretBox). The angle of interest is set through EObjectSelection::FeretAngle.
EFeature_FeretBoxWidth
Width of the Feret box oriented at a fixed angle (cf. ECodedElement::ComputeFeretBox). The angle of interest is set through EObjectSelection::FeretAngle.
EFeature_FeretBoxHeight
Height of the Feret box oriented at a fixed angle (cf. ECodedElement::ComputeFeretBox). The angle of interest is set through EObjectSelection::FeretAngle.
EFeature_PixelMin
Minimum gray level of the pixels of the attached image over the coded element (cf. ECodedElement::ComputePixelMin). The attached image is set through EObjectSelection::AttachedImage.
EFeature_PixelMax
Maximum gray level of the pixels of the attached image over the coded element (cf. ECodedElement::ComputePixelMax). The attached image is set through EObjectSelection::AttachedImage.
EFeature_WeightedGravityCenterX
Abscissa of the gravity center of the pixels of the attached image over the coded element (cf. ECodedElement::ComputeWeightedGravityCenter). The attached image is set through EObjectSelection::AttachedImage.
EFeature_WeightedGravityCenterY
Ordinate of the gravity center of the pixels of the attached image over the coded element (cf. ECodedElement::ComputeWeightedGravityCenter). The attached image is set through EObjectSelection::AttachedImage.
EFeature_PixelGrayAverage
Average gray-level value of the attached image over the coded element (cf. ECodedElement::ComputePixelGrayAverage). The attached image is set through EObjectSelection::AttachedImage.
EFeature_PixelGrayVariance
Variance of the gray-level value of the attached image over the coded element (cf. ECodedElement::ComputePixelGrayVariance). The attached image is set through EObjectSelection::AttachedImage.
EFeature_PixelGrayDeviation
Standard deviation of the gray-level value of the attached image over the coded element (cf. ECodedElement::ComputePixelGrayDeviation). The attached image is set through EObjectSelection::AttachedImage.

EFeature Enum

The various features that can be measured on the coded elements of a selection.

Namespace: Euresys.Open_eVision

ElementIndex
Index of the coded element (cf. ECodedElement::ElementIndex).
LayerIndex
Index of the layer of the coded element (cf. ECodedElement::LayerIndex).
RunCount
Number of runs (cf. ECodedElement::RunCount).
Area
Number of pixels (cf. ECodedElement::Area).
LargestRun
Length of the largest run (cf. ECodedElement::LargestRun).
ContourX
Starting point abscissa of the contour of the coded element (cf. ECodedElement::ContourX).
ContourY
Starting point ordinate of the countour of the coded element (cf. ECodedElement::ContourY).
LeftLimit
Abscissa of the leftmost pixel (cf. ECodedElement::LeftLimit).
RightLimit
Abscissa of the rightmost pixel (cf. ECodedElement::RightLimit).
TopLimit
Abscissa of the topmost pixel (cf. ECodedElement::TopLimit).
BottomLimit
Ordinate of the bottommost pixel (cf. ECodedElement::BottomLimit).
GravityCenterX
Abscissa of the gravity center (cf. ECodedElement::GravityCenterX).
GravityCenterY
Ordinate of the gravity center (cf. ECodedElement::GravityCenterY).
BoundingBoxCenterX
Abscissa of the center of the bounding box (cf. ECodedElement::BoundingBoxCenterX).
BoundingBoxCenterY
Ordinate of the center of the bounding box (cf. ECodedElement::BoundingBoxCenterY).
BoundingBoxWidth
Width of the bounding box (Feret diameter 0 degrees - cf. ECodedElement::BoundingBoxWidth).
BoundingBoxHeight
Height of the bounding box (Feret diameter 90 degrees - cf. ECodedElement::BoundingBoxHeight).
FeretBox22CenterX
Abscissa of the center of the Feret box oriented at 22.5 degrees (cf. ECodedElement::FeretBox22CenterX).
FeretBox22CenterY
Ordinate of the center of the Feret box oriented at 22.5 degrees (cf. ECodedElement::FeretBox22CenterY).
FeretBox22Width
Width of the Feret box oriented at 22.5 degrees (Feret diameter at 22.5 degrees - cf. ECodedElement::FeretBox22Width).
FeretBox22Height
Height of the Feret box oriented at 22.5 degrees (Feret diameter at 112.5 degrees - cf. ECodedElement::FeretBox22Height).
FeretBox45CenterX
Abscissa of the center of the Feret box oriented at 45 degrees (cf. ECodedElement::FeretBox45CenterX).
FeretBox45CenterY
Ordinate of the center of the Feret box oriented at 45 degrees (cf. ECodedElement::FeretBox45CenterY).
FeretBox45Width
Width of the Feret box oriented at 45 degrees bounding box (Feret diameter at 45 degrees - cf. ECodedElement::FeretBox45Width).
FeretBox45Height
Height of the Feret box oriented at 45 degrees (Feret diameter at 135 degrees - cf. ECodedElement::FeretBox45Height).
FeretBox68CenterX
Abscissa of the center of the Feret box oriented at 67.5 degrees (cf. ECodedElement::FeretBox68CenterX).
FeretBox68CenterY
Ordinate of the center of the Feret box oriented at 67.5 degrees (cf. ECodedElement::FeretBox68CenterY).
FeretBox68Width
Width of the Feret box oriented at 67.5 degrees (Feret diameter at 67.5 degrees - cf. ECodedElement::FeretBox68Width).
FeretBox68Height
Height of the Feret box oriented at 67.5 degrees (Feret diameter at 157.5 degrees - cf. ECodedElement::FeretBox68Height).
MinimumEnclosingRectangleCenterX
Abscissa of the Minimum Enclosing Rectangle center (cf. ECodedElement::MinimumEnclosingRectangleCenterX).
MinimumEnclosingRectangleCenterY
Ordinate of the Minimum Enclosing Rectangle center (cf. ECodedElement::MinimumEnclosingRectangleCenterY).
MinimumEnclosingRectangleWidth
Width of the Minimum Enclosing Rectangle (cf. ECodedElement::MinimumEnclosingRectangleWidth).
MinimumEnclosingRectangleHeight
Height of the Minimum Enclosing Rectangle (cf. ECodedElement::MinimumEnclosingRectangleHeight).
MinimumEnclosingRectangleAngle
Direction of the Minimum Enclosing Rectangle (cf. ECodedElement::MinimumEnclosingRectangleAngle).
SigmaX
Centered moment of inertia around X (average squared X-deviation - cf. ECodedElement::SigmaX).
SigmaY
Centered moment of inertia around Y (average squared Y-deviation - cf. ECodedElement::SigmaY).
SigmaXX
Reduced, centered moment of inertia (around the principal inertia axis - cf. ECodedElement::SigmaXX).
SigmaXY
Centered cross moment of inertia (average X-deviation * Y-deviation - cf. ECodedElement::SigmaXY).
SigmaYY
Reduced, centered moment of inertia (around the secondary inertia axis - cf. ECodedElement::SigmaYY).
EllipseWidth
Long axis of the ellipse of inertia (cf. ECodedElement::EllipseWidth).
EllipseHeight
Short axis of the ellipse of inertia (cf. ECodedElement::EllipseHeight).
EllipseAngle
Angle of the principal axis of the ellipse of inertia (cf. ECodedElement::EllipseAngle).
Eccentricity
Eccentricity of the ellipse of inertia (cf. ECodedElement::Eccentricity).
FeretBoxCenterX
Abscissa of the center of the Feret box oriented at a fixed angle (cf. ECodedElement::ComputeFeretBox). The angle of interest is set through EObjectSelection::FeretAngle.
FeretBoxCenterY
Ordinate of the center of the Feret box oriented at a fixed angle (cf. ECodedElement::ComputeFeretBox). The angle of interest is set through EObjectSelection::FeretAngle.
FeretBoxWidth
Width of the Feret box oriented at a fixed angle (cf. ECodedElement::ComputeFeretBox). The angle of interest is set through EObjectSelection::FeretAngle.
FeretBoxHeight
Height of the Feret box oriented at a fixed angle (cf. ECodedElement::ComputeFeretBox). The angle of interest is set through EObjectSelection::FeretAngle.
PixelMin
Minimum gray level of the pixels of the attached image over the coded element (cf. ECodedElement::ComputePixelMin). The attached image is set through EObjectSelection::AttachedImage.
PixelMax
Maximum gray level of the pixels of the attached image over the coded element (cf. ECodedElement::ComputePixelMax). The attached image is set through EObjectSelection::AttachedImage.
WeightedGravityCenterX
Abscissa of the gravity center of the pixels of the attached image over the coded element (cf. ECodedElement::ComputeWeightedGravityCenter). The attached image is set through EObjectSelection::AttachedImage.
WeightedGravityCenterY
Ordinate of the gravity center of the pixels of the attached image over the coded element (cf. ECodedElement::ComputeWeightedGravityCenter). The attached image is set through EObjectSelection::AttachedImage.
PixelGrayAverage
Average gray-level value of the attached image over the coded element (cf. ECodedElement::ComputePixelGrayAverage). The attached image is set through EObjectSelection::AttachedImage.
PixelGrayVariance
Variance of the gray-level value of the attached image over the coded element (cf. ECodedElement::ComputePixelGrayVariance). The attached image is set through EObjectSelection::AttachedImage.
PixelGrayDeviation
Standard deviation of the gray-level value of the attached image over the coded element (cf. ECodedElement::ComputePixelGrayDeviation). The attached image is set through EObjectSelection::AttachedImage.