Enum SoDataMeasurePredefined.PredefinedMeasures

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      ANISOTROPY
      1 minus the ratio of the smallest to the largest eigenvalue of the covariance matrix.
      AREA_2D
      Area of the object.
      AREA_3D
      Area of the object boundary.
      BARYCENTERX
      X coordinate of the center of gravity.
      BARYCENTERY
      Y coordinate of the center of gravity.
      BARYCENTERZ
      Z coordinate of the center of gravity.
      BORDER_VOXEL_COUNT
      Some components of the image volume might be intersected by the Bounding Box of the image volume.
      BOUNDARY_VOXEL_COUNT
      The perimeter measure designates the length of the object boundary.
      BOUNDING_BOX_DX
      Width of the Bounding Box.
      BOUNDING_BOX_DY
      Height of the Bounding Box.
      BOUNDING_BOX_DZ
      Depth of the Bounding Box.
      BOUNDING_BOX_OX
      X coordinate of the upper-left corner of the Bounding Box.
      BOUNDING_BOX_OY
      Y coordinate of the upper-left corner of the Bounding Box.
      BOUNDING_BOX_OZ
      Z coordinate of the upper-left corner of the Bounding Box.
      BREADTH_3D
      Largest distance between two parallel lines touching the object without intersecting it and lying in a plane orthogonal to the maximum 3D Feret diameter (LENGTH_ORIENTATION_PHI_3D, LENGTH_ORIENTATION_THETA_3D).
      BREADTH_INPUT_X_3D
      X coordinate of the Breadth3d diameter input point.
      BREADTH_INPUT_Y_3D
      Y coordinate of the Breadth3d diameter input point.
      BREADTH_INPUT_Z_3D
      Z coordinate of the Breadth3d diameter input point.
      BREADTH_ORIENTATION_PHI_3D
      Angle Phi of the BREADTH_3D in degrees (not radians) [-90,90].
      BREADTH_ORIENTATION_THETA_3D
      Angle Theta of the BREADTH_3D in degrees (not radians) [0,180].
      BREADTH_OUTPUT_X_3D
      X coordinate of the Breadth3d diameter output point.
      BREADTH_OUTPUT_Y_3D
      Y coordinate of the Breadth3d diameter output point.
      BREADTH_OUTPUT_Z_3D
      Z coordinate of the Breadth3d diameter output point.
      CONVEX_AREA_2D
      Area of the convex hull of the polygonal approximation of the object boundary.
      CONVEX_PERIMETER_2D
      Perimeter of the convex hull of the polygonal approximation of the object boundary.
      CROFTON_PERIMETER_2D
      For each of the 8 intercept measures, the diametral variation is the product of intercept with the distance between interception points.
      ECCENTRICITY_2D
      The eccentricity is defined as: and are the covariance matrix eigenvalues.
      EIGEN_VALUE1
      The largest eigenvalue of the covariance matrix.
      EIGEN_VALUE2
      The medium 3D eigenvalue or smallest 2D eigenvalue of the covariance matrix.
      EIGEN_VALUE3_3D
      The smallest 3D eigenvalue of the covariance matrix.
      EIGEN_VECTOR1X
      X coordinate of the largest eigenvector of the covariance matrix.
      EIGEN_VECTOR1Y
      Y coordinate of the largest eigen vector of the covariance matrix.
      EIGEN_VECTOR1Z_3D
      Z coordinate of the largest eigenvector of the covariance matrix.
      EIGEN_VECTOR2X
      X coordinate of the medium 3D eigenvector or smallest 2D eigenvector of the covariance matrix.
      EIGEN_VECTOR2Y
      Y coordinate of the medium 3D eigenvector or smallest 2D eigenvector of covariance matrix.
      EIGEN_VECTOR2Z_3D
      Z coordinate of the medium 3D eigenvector or smallest 2D eigenvector of the covariance matrix.
      EIGEN_VECTOR3X_3D
      X coordinate of the 3D smallest eigenvector of the covariance matrix.
      EIGEN_VECTOR3Y_3D
      Y coordinate of the 3D smallest eigenvector of the covariance matrix.
      EIGEN_VECTOR3Z_3D
      Z coordinate of the 3D smallest eigenvector of the covariance matrix.
      ELONGATION
      The ratio of the medium and the largest eigenvalue of the covariance matrix.
      ENCLOSING_CIRCLE_DIFFERENCE_2D
      Difference between the object area A and the area of the enclosing circle EA ( Union(A,EA) - Intersection(A,EA) ).
      ENCLOSING_ELLIPSE_DIFFERENCE_2D
      Difference between the area A of the studied particle and the area of its enclosing ellipse EA ( Union(A,EA) - Intersection(A,EA) ).
      EQUIVALENT_DIAMETER
      The diameter of the circular particle of same area in 2D: The diameter of the spherical particle of same volume in 3D: .
      EULER_2D
      1 minus the number of holes.
      EULER_3D  
      EXTENT_MAX1
      The maximal extent of the data in the direction of the largest eigenvector of the covariance matrix.
      EXTENT_MAX2
      The maximal extent of the data in the direction of the medium (second) eigenvector of the covariance matrix.
      EXTENT_MAX3_3D
      The maximal extent of the data in the direction of the smallest eigenvector of the covariance matrix.
      EXTENT_MIN1
      The minimal extent of the data in the direction of the largest eigenvector of the covariance matrix.
      EXTENT_MIN2
      The minimal extent of the data in the direction of the medium (second) eigenvector of the covariance matrix.
      EXTENT_MIN3_3D
      The minimal extent of the data in the direction of the smallest eigenvector of the covariance matrix.
      FERET_DIAMETER_2D
      Distribution of the length of Bounding Boxes oriented along the specified directions.
      FERET_DIAMETER_RATIO_2D  
      FERET_DIAMETER_RATIO_3D
      This shape factor is defined as (D/d), where d is the minimum Feret's Diameter and D is the maximum Feret diameter in the orthogonal direction (90 deg from the minimum Feret diameter).
      FERET_INPUTX_2D
      X coordinate of input point for Feret Distribution.
      FERET_INPUTY_2D
      Y coordinate of input point for for Feret Distribution.
      FERET_OUTPUTX_2D
      X coordinate of output point for for Feret Distribution.
      FERET_OUTPUTY_2D
      Y coordinate of output point for for Feret Distribution.
      FIRST_POINTX
      X coordinate of the first point of each object encountered when scanning the input image from top to bottom, and left to right.
      FIRST_POINTY
      Y coordinate of the first point of each object encountered when scanning the input image from top to bottom, and left to right.
      FIRST_POINTZ
      Z coordinate of the first point of each object encountered when scanning the input image from top to bottom, and left to right.
      FLATNESS_3D
      The ratio of the smallest and the medium eigenvalue of the covariance matrix.
      GRAY_ANISOTROPY
      Same measure as ANISOTROPY based on the covariance matrix weighted by the gray level intensities.
      GRAY_BARYCENTERX
      X coordinate of the center of gravity weighted by the gray level intensities.
      GRAY_BARYCENTERY
      Y coordinate of the center of gravity weighted by the gray level intensities.
      GRAY_BARYCENTERZ
      Z coordinate of the center of gravity weighted by the gray level intensities.
      GRAY_EIGEN_VALUE1
      Same measure as EIGEN_VALUE1 based on the covariance matrix weighted by the gray level intensities.
      GRAY_EIGEN_VALUE2
      Same measure as EIGEN_VALUE2 based on the covariance matrix weighted by the gray level intensities.
      GRAY_EIGEN_VALUE3_3D
      Same measure as EIGEN_VALUE3_3D based on the covariance matrix weighted by the gray level intensities.
      GRAY_EIGEN_VECTOR1X
      Same measure as EIGEN_VECTOR1X based on the covariance matrix weighted by the gray level intensities.
      GRAY_EIGEN_VECTOR1Y
      Same measure as EIGEN_VECTOR1Y based on the covariance matrix weighted by the gray level intensities.
      GRAY_EIGEN_VECTOR1Z_3D
      Same measure as EIGEN_VECTOR1Z_3D based on the covariance matrix weighted by the gray level intensities.
      GRAY_EIGEN_VECTOR2X
      Same measure as EIGEN_VECTOR2X based on the covariance matrix weighted by the gray level intensities.
      GRAY_EIGEN_VECTOR2Y
      Same measure as EIGEN_VECTOR2Y based on the covariance matrix weighted by the gray level intensities.
      GRAY_EIGEN_VECTOR2Z_3D
      Same measure as EIGEN_VECTOR2Z_3D based on the covariance matrix weighted by the gray level intensities.
      GRAY_EIGEN_VECTOR3X_3D
      Same measure as EIGEN_VECTOR3X_3D based on the covariance matrix weighted by the gray level intensities.
      GRAY_EIGEN_VECTOR3Y_3D
      Same measure as EIGEN_VECTOR3Y_3D based on the covariance matrix weighted by the gray level intensities.
      GRAY_EIGEN_VECTOR3Z_3D
      Same measure as EIGEN_VECTOR3Z_3D based on the covariance matrix weighted by the gray level intensities.
      GRAY_ELONGATION
      Same measure as ELONGATION based on the covariance matrix weighted by the gray level intensities.
      GRAY_EXTENT_MAX1
      Same measure as EXTENT_MAX1 based on the covariance matrix weighted by the gray level intensities.
      GRAY_EXTENT_MAX2
      Same measure as EXTENT_MAX2 based on the covariance matrix weighted by the gray level intensities.
      GRAY_EXTENT_MAX3_3D
      Same measure as EXTENT_MAX3_3D based on the covariance matrix weighted by the gray level intensities.
      GRAY_EXTENT_MIN1
      Same measure as EXTENT_MIN1 based on the covariance matrix weighted by the gray level intensities.
      GRAY_EXTENT_MIN2
      Same measure as EXTENT_MIN2 based on the covariance matrix weighted by the gray level intensities.
      GRAY_EXTENT_MIN3_3D
      Same measure as EXTENT_MIN3_3D based on the covariance matrix weighted by the gray level intensities.
      GRAY_FLATNESS_3D
      Same measure as FLATNESS_3D based on the covariance matrix weighted by the gray level intensities.
      GRAY_MOMENT2X
      Centered moment term (XX) of the covariance matrix weighted by the gray level intensities.
      GRAY_MOMENT2Y
      Centered moment term (YY) of the covariance matrix weighted by the gray level intensities.
      GRAY_MOMENT2Z
      Centered moment term (ZZ) of the covariance matrix weighted by the gray level intensities.
      GRAY_MOMENTXY
      Centered moment term (XY) of the covariance matrix weighted by the gray level intensities.
      GRAY_MOMENTXZ
      Centered moment term (XZ) of the covariance matrix weighted by the gray level intensities.
      GRAY_MOMENTYZ
      Centered moment term (YZ) of the covariance matrix weighted by the gray level intensities.
      HISTOGRAM_KURTOSIS
      Kurtosis of the histogram of intensity values within the object.
      HISTOGRAM_MEAN
      Mean of the histogram of intensity values within the object.
      HISTOGRAM_PEAK
      Peak of the histogram of intensity values within the object.
      HISTOGRAM_QUANTILE10
      10% quantile of the histogram of intensity values within the object.
      HISTOGRAM_QUANTILE25
      25% quantile of the histogram of intensity values within the object.
      HISTOGRAM_QUANTILE50
      50% quantile of the histogram of intensity values within the object.
      HISTOGRAM_QUANTILE75
      75% quantile of the histogram of intensity values within the object.
      HISTOGRAM_QUANTILE90
      90% quantile of the histogram of intensity values within the object.
      HISTOGRAM_QUANTILER1
      Modifiable quantile of the histogram of intensity values within the object (default is 20%).
      HISTOGRAM_QUANTILER2
      Modifiable quantile of the histogram of intensity values within the object (default is 30%).
      HISTOGRAM_QUANTILER3
      Modifiable quantile of the histogram of intensity values within the object (default is 40%).
      HISTOGRAM_QUANTILER4
      Modifiable quantile of the histogram of intensity values within the object (default is 50%).
      HISTOGRAM_QUANTILER5
      Modifiable quantile of the histogram of intensity values within the object (default is 60%).
      HISTOGRAM_QUANTILER6
      Modifiable quantile of the histogram of intensity values within the object (default is 70%).
      HISTOGRAM_SKEWNESS
      Skewness of the histogram of intensity values within the object.
      HISTOGRAM_STDDEV
      Standard deviation of the histogram of intensity values within the object.
      HISTOGRAM_VARIANCE
      Variance of the histogram of intensity values within the object.
      HOLES_COUNT_2D
      Number of holes of the particle.
      INSIDE_CENTER_X_2D
      X coordinate of the inside length center which is extracted from the skeleton of the object boundary polygonal approximation.
      INSIDE_CENTER_Y_2D
      Y coordinate of the inside length center which is extracted from the skeleton of the object boundary polygonal approximation.
      INSIDE_LENGTH_2D
      Length of the skeleton of the polygonal approximation of the object boundary.
      INTENSITY_COUNT
      Number of different label intersecting each particle.
      INTENSITY_INTEGRAL
      Sum of the of pixel intensity values.
      INTENSITY_MAJORITY
      The most represented pixel intensity value inside the particle.
      INTENSITY_MAXIMUM
      Maximum pixel intensity of the particle.
      INTENSITY_MEAN
      Average pixel intensity intensity.
      INTENSITY_MEDIAN  
      INTENSITY_MINIMUM
      Minimum pixel intensity of the particle.
      INTENSITY_STANDARD_DEVIATION
      Standard deviation of the pixel intensities.
      LENGTH_2D
      Maximum of the Feret Diameters.
      LENGTH_3D
      Maximum of the Feret Diameters.
      LENGTH_INPUT_X_3D
      X coordinate of the Length3d diameter input point.
      LENGTH_INPUT_Y_3D
      Y coordinate of the Length3d diameter input point.
      LENGTH_INPUT_Z_3D
      Z coordinate of the Length3d diameter input point.
      LENGTH_ORIENTATION_2D
      Angle of the maximum of the Feret Diameters.
      LENGTH_ORIENTATION_PHI_3D
      Angle Phi of the maximum of the Feret's Diameter, in degrees (not radians) [-90,90].
      LENGTH_ORIENTATION_THETA_3D
      Angle Theta of the maximum of the Feret's Diameter, in degrees (not radians) [0,180].
      LENGTH_OUTPUT_X_3D
      X coordinate of the Length3d diameter output point.
      LENGTH_OUTPUT_Y_3D
      Y coordinate of the Length3d diameter output point.
      LENGTH_OUTPUT_Z_3D
      Z coordinate of the Length3d diameter output point.
      MOMENT2X
      Centered moment term (XX) of the covariance matrix.
      MOMENT2Y
      Centered moment term (YY) of the covariance matrix.
      MOMENT2Z
      Centered moment term (ZZ) of the covariance matrix.
      MOMENTXY
      Centered moment term (XY) of the covariance matrix.
      MOMENTXZ
      Centered moment term (XZ) of the covariance matrix.
      MOMENTYZ
      Centered moment term (YZ) of the covariance matrix.
      NEIGHBOR_COUNT
      Number of neighbors located at a given distance from the object boundaries.
      NEIGHBOR_DISTANCE_2D
      Gives the shortest edge to edge distance from the current object to its nearest neighbor.
      ORIENTATION_2D
      Orientation of the particle in degrees (not radians) [-90,+90] computed with the inertia moments.
      ORIENTATION1_PHI_3D
      Phi orientation of the particle in degrees (not radians) [0,+90], computed with the inertia moments.
      ORIENTATION1_THETA_3D
      Theta orientation of the particle in degrees (not radians) [-180,+180], computed with the inertia moments.
      ORIENTATION2_PHI_3D
      Phi minor orientation of the particle in degrees (not radians) [0,+90], computed with the inertia moments.
      ORIENTATION2_THETA_3D
      Theta minor orientation of the particle in degrees (not radians) [-180,+180], computed with the inertia moments.
      POLYGONE_AREA_2D
      Area of the polygonal approximation of the object boundary.
      POLYGONE_PERIMETER_2D
      Length of polygonal approximation of the object boundary.
      RECTANGLE_CENTERX_2D
      X coordinate of the center of the Rectangle of Minimum Area computed on the polygonal approximation of the object boundary.
      RECTANGLE_CENTERY_2D
      Y coordinate of the center of the Rectangle of Minimum Area computed on the polygonal approximation of the object boundary.
      RECTANGLE_LENGTH_2D
      Length of the Rectangle of Minimum Area computed on the polygonal approximation of the object boundary.
      RECTANGLE_ORIENTATION_2D
      Orientation of the Rectangle of Minimum Area computed on the polygonal approximation of the object boundary.
      RECTANGLE_WIDTH_2D
      Width of the Rectangle of Minimum Area computed on the polygonal approximation of the object boundary.
      RUGOSITY_2D
      The factor of rugosity determines if the contour of a shape is smooth or not.
      SEGMENT_HOLES_COUNT_2D
      Number of holes of the particles represented by inner and outer chains.
      SHAPE_FACTOR_AP_2D
      Circularity Shape factor, close to 1 for a disk, and lower for star-shaped objects: .
      SHAPE_FACTOR_VA_3D
      The shape factor defined as : .
      SMOOTH_CIRCLE_DIFFERENCE_2D
      Difference between the object area A and the area of the smoothing circle AS ( Union(A,AS) - Intersection(A,AS) ).
      SQUARE_INTENSITY_INTEGRAL
      Sum of the squares of pixel intensity values.
      SYMMETRY_2D
      The measure of symmetry determines the trend of a shape to be symmetric or not.
      THICKNESS_3D
      Largest distance between two parallel lines touching the object without intersecting it and lying in a plane orthogonal to the maximum 3D Feret diameter (LENGTH_ORIENTATION_PHI_3D, LENGTH_ORIENTATION_THETA_3D) and also orthogonal to the BREADTH_3D diameter.
      THICKNESS_INPUT_X_3D
      X coordinate of the Thickness3d diameter input point.
      THICKNESS_INPUT_Y_3D
      Y coordinate of the Thickness3d diameter input point.
      THICKNESS_INPUT_Z_3D
      Z coordinate of the Thickness3d diameter input point.
      THICKNESS_ORIENTATION_PHI_3D
      Angle Phi of the THICKNESS_3D in degrees (not radians) [-90,90].
      THICKNESS_ORIENTATION_THETA_3D
      Angle Theta of the THICKNESS_3D in degrees (not radians) [0,180].
      THICKNESS_OUTPUT_X_3D
      X coordinate of the Thickness3d diameter output point.
      THICKNESS_OUTPUT_Y_3D
      Y coordinate of the Thickness3d diameter output point.
      THICKNESS_OUTPUT_Z_3D
      Z coordinate of the Thickness3d diameter output point.
      UNDEFINED
      Default value is undefined.
      VOLUME_3D
      Volume of the object.
      VOLUME_FRACTION
      Ratio between the label area and the image area in 2D: Ratio between the label volume and the image volume in 3D: .
      VOXEL_COUNT
      Number of voxels of the object.
      VOXEL_FACE_AREA_3D
      Sum of voxel surfaces that are on the outside of each connected component.
      WIDTH_2D
      Minimum of the 2D Feret Diameters.
      WIDTH_3D
      Minimum of the 3D Feret Diameters.
      WIDTH_INPUT_X_3D
      X coordinate of the Width3d diameter input point.
      WIDTH_INPUT_Y_3D
      Y coordinate of the Width3d diameter input point.
      WIDTH_INPUT_Z_3D
      Z coordinate of the Width3d diameter input point.
      WIDTH_ORIENTATION_2D
      Angle of the minimum of the 2D Feret Diameters.
      WIDTH_ORIENTATION_PHI_3D
      Angle Phi of the minimum of the 3D Feret Diameters, in degrees (not radians) [0,90].
      WIDTH_ORIENTATION_THETA_3D
      Angle Theta of the minimum of the 3D Feret Diameters, in degrees (not radians) [-180,+180].
      WIDTH_OUTPUT_X_3D
      X coordinate of the Width3d diameter output point.
      WIDTH_OUTPUT_Y_3D
      Y coordinate of the Width3d diameter output point.
      WIDTH_OUTPUT_Z_3D
      Z coordinate of the Width3d diameter output point.