Click or drag to resize
SoDataMeasurePredefinedPredefinedMeasures Enumeration

Enumeration of all pre defined measure that can be used.

Namespace: OIV.ImageViz.Nodes.Measures
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public enum PredefinedMeasures
Members
  Member nameValueDescription
UNDEFINED0

Default value is undefined.

It will be ignored by analysis request

ANISOTROPY1

1 minus the ratio of the smallest to the largest eigenvalue of the covariance matrix.

Measures a region's deviation from a spherical shape.

AREA_2D2

Area of the object.

See also the documentation of the OIV.ImageViz.Engines.ImageAnalysis.GlobalMeasures.SoAreaQuantification2d engine.

AREA_3D3

Area of the object boundary.

See also the documentation of the 3D interpretation of the OIV.ImageViz.Engines.ImageAnalysis.GlobalMeasures.SoAreaQuantification2d engine.

VOLUME_FRACTION4

Ratio between the label area and the image area in 2D: Ratio between the label volume and the image volume in 3D: .

BARYCENTERX5

X coordinate of the center of gravity.

See Moments of inertia.

BARYCENTERY6

Y coordinate of the center of gravity.

See Moments of inertia.

BARYCENTERZ7

Z coordinate of the center of gravity.

See Moments of inertia.

MOMENT2X8

Centered moment term (XX) of the covariance matrix.

See Moments of inertia.

MOMENT2Y9

Centered moment term (YY) of the covariance matrix.

See Moments of inertia.

MOMENT2Z10

Centered moment term (ZZ) of the covariance matrix.

See Moments of inertia.

MOMENTXY11

Centered moment term (XY) of the covariance matrix.

See Moments of inertia.

MOMENTXZ12

Centered moment term (XZ) of the covariance matrix.

See Moments of inertia.

MOMENTYZ13

Centered moment term (YZ) of the covariance matrix.

See Moments of inertia.

BORDER_VOXEL_COUNT14

Some components of the image volume might be intersected by the Bounding Box of the image volume.

This value is the number of voxels that are touching this boundary. The component might not be fully within the image.

BOUNDING_BOX_DX15

Width of the Bounding Box.

BOUNDING_BOX_DY16

Height of the Bounding Box.

BOUNDING_BOX_DZ17

Depth of the Bounding Box.

BOUNDING_BOX_OX18

X coordinate of the upper-left corner of the Bounding Box.

BOUNDING_BOX_OY19

Y coordinate of the upper-left corner of the Bounding Box.

BOUNDING_BOX_OZ20

Z coordinate of the upper-left corner of the Bounding Box.

SMOOTH_CIRCLE_DIFFERENCE_2D21

Difference between the object area A and the area of the smoothing circle AS ( Union(A,AS) - Intersection(A,AS) ).

The smoothing circle is computed on the OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometry of the object boundary and verifies :

  • the center of the circle is the barycenter of the object

  • the distance between the circle and the approximated polygon minimizes the least squares criteria

CONVEX_AREA_2D22

Area of the convex hull of the OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometry of the object boundary.

CONVEX_PERIMETER_2D23

Perimeter of the convex hull of the OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometry of the object boundary.

CROFTON_PERIMETER_2D24

For each of the 8 intercept measures, the diametral variation is the product of intercept with the distance between interception points.

The Crofton perimeter is the average of those 8 diametral variation measures. See Intercept count.

NEIGHBOR_DISTANCE_2D25

Gives the shortest edge to edge distance from the current object to its nearest neighbor.

The distance measure is computed from the OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometry of the object boundaries.

EIGEN_VALUE126

The largest eigenvalue of the covariance matrix.

EIGEN_VALUE227

The medium 3D eigenvalue or smallest 2D eigenvalue of the covariance matrix.

EIGEN_VALUE3_3D28

The smallest 3D eigenvalue of the covariance matrix.

This value is only available in 3D.

EIGEN_VECTOR1X29

X coordinate of the largest eigenvector of the covariance matrix.

EIGEN_VECTOR1Y30

Y coordinate of the largest eigen vector of the covariance matrix.

EIGEN_VECTOR1Z_3D31

Z coordinate of the largest eigenvector of the covariance matrix.

This value is only available in 3D.

EIGEN_VECTOR2X32

X coordinate of the medium 3D eigenvector or smallest 2D eigenvector of the covariance matrix.

EIGEN_VECTOR2Y33

Y coordinate of the medium 3D eigenvector or smallest 2D eigenvector of covariance matrix.

EIGEN_VECTOR2Z_3D34

Z coordinate of the medium 3D eigenvector or smallest 2D eigenvector of the covariance matrix.

This value is only available in 3D.

EIGEN_VECTOR3X_3D35

X coordinate of the 3D smallest eigenvector of the covariance matrix.

This value is only available in 3D.

EIGEN_VECTOR3Y_3D36

Y coordinate of the 3D smallest eigenvector of the covariance matrix.

This value is only available in 3D.

EIGEN_VECTOR3Z_3D37

Z coordinate of the 3D smallest eigenvector of the covariance matrix.

This value is only available in 3D.

ENCLOSING_ELLIPSE_DIFFERENCE_2D38

Difference between the area A of the studied particle and the area of its enclosing ellipse EA ( Union(A,EA) - Intersection(A,EA) ).

The enclosing ellipse is computed on the OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometry of the object boundary and verifies:

  • the center of the ellipse is the barycenter of the object

  • the major axis of the ellipse is parallel to the inertia axis of the object

  • the length of the minor and major axis is given by the extent size of the eigenvectors of the covariance matrix.

ELONGATION39

The ratio of the medium and the largest eigenvalue of the covariance matrix.

Elongated objects will have small values close to 0.

ENCLOSING_CIRCLE_DIFFERENCE_2D40

Difference between the object area A and the area of the enclosing circle EA ( Union(A,EA) - Intersection(A,EA) ).

The enclosing circle is computed on the OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometry of the object boundary.

EQUIVALENT_DIAMETER41

The diameter of the circular particle of same area in 2D: The diameter of the spherical particle of same volume in 3D: .

EULER_2D42

1 minus the number of holes.

See Euler Number section.

EULER_3D43
ECCENTRICITY_2D44

The eccentricity is defined as: and are the covariance matrix eigenvalues.

A disk or a cross has a null eccentricity since . The eccentricity increases with the difference between the eigenvalues, and thus measures the elongation of the object. It also indicates in some cases a privileged direction, corresponding to a large eigenvalue and a small one, i.e.: has a high value, though two orthogonal privileged directions mean two large eigenvalues and a smaller difference .

See Moments of inertia.

EXTENT_MAX145

The maximal extent of the data in the direction of the largest eigenvector of the covariance matrix.

EXTENT_MAX246

The maximal extent of the data in the direction of the medium (second) eigenvector of the covariance matrix.

EXTENT_MAX3_3D47

The maximal extent of the data in the direction of the smallest eigenvector of the covariance matrix.

This value is only available in 3D.

EXTENT_MIN148

The minimal extent of the data in the direction of the largest eigenvector of the covariance matrix.

EXTENT_MIN249

The minimal extent of the data in the direction of the medium (second) eigenvector of the covariance matrix.

EXTENT_MIN3_3D50

The minimal extent of the data in the direction of the smallest eigenvector of the covariance matrix.

This value is only available in 3D.

FERET_DIAMETER_2D51

Distribution of the length of Bounding Boxes oriented along the specified directions.

See also Feret's Diameter.

FERET_INPUTX_2D52

X coordinate of input point for Feret Distribution.

FERET_INPUTY_2D53

Y coordinate of input point for for Feret Distribution.

FERET_OUTPUTX_2D54

X coordinate of output point for for Feret Distribution.

FERET_OUTPUTY_2D55

Y coordinate of output point for for Feret Distribution.

FERET_DIAMETER_RATIO_2D56
FERET_DIAMETER_RATIO_3D57

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 measures rely on sampling in a distribution of different directions (31 directions by default).

FIRST_POINTX58

X coordinate of the first point of each object encountered when scanning the input image from top to bottom, and left to right.

FIRST_POINTY59

Y coordinate of the first point of each object encountered when scanning the input image from top to bottom, and left to right.

FIRST_POINTZ60

Z coordinate of the first point of each object encountered when scanning the input image from top to bottom, and left to right.

FLATNESS_3D61

The ratio of the smallest and the medium eigenvalue of the covariance matrix.

Flat objects have small values close to 0. See Variance-covariance matrix. This value is only available in 3D.

GRAY_BARYCENTERX62

X coordinate of the center of gravity weighted by the gray level intensities.

GRAY_BARYCENTERY63

Y coordinate of the center of gravity weighted by the gray level intensities.

GRAY_BARYCENTERZ64

Z coordinate of the center of gravity weighted by the gray level intensities.

HISTOGRAM_KURTOSIS65

Kurtosis of the histogram of intensity values within the object.

HISTOGRAM_MEAN66

Mean of the histogram of intensity values within the object.

HISTOGRAM_PEAK67

Peak of the histogram of intensity values within the object.

HISTOGRAM_QUANTILE1068

10% quantile of the histogram of intensity values within the object.

HISTOGRAM_QUANTILE2569

25% quantile of the histogram of intensity values within the object.

HISTOGRAM_QUANTILE5070

50% quantile of the histogram of intensity values within the object.

HISTOGRAM_QUANTILE7571

75% quantile of the histogram of intensity values within the object.

HISTOGRAM_QUANTILE9072

90% quantile of the histogram of intensity values within the object.

HISTOGRAM_QUANTILER173

Modifiable quantile of the histogram of intensity values within the object (default is 20%).

The quantile value can be customized with the OIV.ImageViz.Nodes.Measures.SoDataMeasureAttributes.quantilePercents field.

HISTOGRAM_QUANTILER274

Modifiable quantile of the histogram of intensity values within the object (default is 30%).

The quantile value can be customized with the OIV.ImageViz.Nodes.Measures.SoDataMeasureAttributes.quantilePercents field.

HISTOGRAM_QUANTILER375

Modifiable quantile of the histogram of intensity values within the object (default is 40%).

The quantile value can be customized with the OIV.ImageViz.Nodes.Measures.SoDataMeasureAttributes.quantilePercents field.

HISTOGRAM_QUANTILER476

Modifiable quantile of the histogram of intensity values within the object (default is 50%).

The quantile value can be customized with the OIV.ImageViz.Nodes.Measures.SoDataMeasureAttributes.quantilePercents field.

HISTOGRAM_QUANTILER577

Modifiable quantile of the histogram of intensity values within the object (default is 60%).

The quantile value can be customized with the OIV.ImageViz.Nodes.Measures.SoDataMeasureAttributes.quantilePercents field.

HISTOGRAM_QUANTILER678

Modifiable quantile of the histogram of intensity values within the object (default is 70%).

The quantile value can be customized with the OIV.ImageViz.Nodes.Measures.SoDataMeasureAttributes.quantilePercents field.

HISTOGRAM_SKEWNESS79

Skewness of the histogram of intensity values within the object.

HISTOGRAM_STDDEV80

Standard deviation of the histogram of intensity values within the object.

HISTOGRAM_VARIANCE81

Variance of the histogram of intensity values within the object.

INSIDE_LENGTH_2D82

Length of the skeleton of the OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometry of the object boundary.

LENGTH_2D83

Maximum of the Feret Diameters.

LENGTH_3D84

Maximum of the Feret Diameters.

LENGTH_ORIENTATION_PHI_3D85

Angle Phi of the maximum of the Feret's Diameter, in degrees (not radians) [-90,90].

LENGTH_ORIENTATION_THETA_3D86

Angle Theta of the maximum of the Feret's Diameter, in degrees (not radians) [0,180].

LENGTH_ORIENTATION_2D87

Angle of the maximum of the Feret Diameters.

INTENSITY_MAJORITY88

The most represented pixel intensity value inside the particle.

It uses the nearest value with the average intensity of the particle if several intensities met this criterion.

INTENSITY_MAXIMUM89

Maximum pixel intensity of the particle.

INTENSITY_MEAN90

Average pixel intensity intensity.

INTENSITY_MEDIAN91
INTENSITY_MINIMUM92

Minimum pixel intensity of the particle.

HOLES_COUNT_2D93

Number of holes of the particle.

ORIENTATION_2D94

Orientation of the particle in degrees (not radians) [-90,+90] computed with the inertia moments.

See Moments of inertia.

ORIENTATION2_PHI_3D95

Phi minor orientation of the particle in degrees (not radians) [0,+90], computed with the inertia moments.

See Moments of inertia.

ORIENTATION2_THETA_3D96

Theta minor orientation of the particle in degrees (not radians) [-180,+180], computed with the inertia moments.

See Moments of inertia.

ORIENTATION1_PHI_3D97

Phi orientation of the particle in degrees (not radians) [0,+90], computed with the inertia moments.

See Moments of inertia.

ORIENTATION1_THETA_3D98

Theta orientation of the particle in degrees (not radians) [-180,+180], computed with the inertia moments.

See Moments of inertia.

BOUNDARY_VOXEL_COUNT99

The perimeter measure designates the length of the object boundary.

In the continuous case, let and be a parametric representation of the boundary curve , its perimeter is thus obtained as: This formula has no obvious discrete equivalent, and is therefore mostly useless for our purposes. In the discrete case, the perimeter can be simply estimated as the number of points which lie on the object boundary, i.e., points with at least one zero in their neighborhood.

RUGOSITY_2D100

The factor of rugosity determines if the contour of a shape is smooth or not.

A value close to 0 represents a smooth edges particle, a value close to 1 a rough edges particle. A value of -1 is returned when the rugosity can't be computed (i.e., object made up of few pixels).

It is defined by the following formula where is defined as the mean operator over all the basis length , which is defined as the distance in figure below. is defined as the shape perimeter. is defined as follows: where . is the mean operator for all the points between the basis defined by the points and . The angles and are defined as in figure below, with . If the weight is counted as 0.

POLYGONE_AREA_2D101

Area of the OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometry of the object boundary.

RECTANGLE_CENTERX_2D102

X coordinate of the center of the Rectangle of Minimum Area computed on the OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometry of the object boundary.

RECTANGLE_CENTERY_2D103

Y coordinate of the center of the Rectangle of Minimum Area computed on the OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometry of the object boundary.

RECTANGLE_LENGTH_2D104

Length of the Rectangle of Minimum Area computed on the OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometry of the object boundary.

RECTANGLE_ORIENTATION_2D105

Orientation of the Rectangle of Minimum Area computed on the OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometry of the object boundary.

RECTANGLE_WIDTH_2D106

Width of the Rectangle of Minimum Area computed on the OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometry of the object boundary.

SEGMENT_HOLES_COUNT_2D107

Number of holes of the particles represented by inner and outer chains.

POLYGONE_PERIMETER_2D108

Length of OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometry of the object boundary.

SHAPE_FACTOR_AP_2D109

Circularity Shape factor, close to 1 for a disk, and lower for star-shaped objects: .

SHAPE_FACTOR_VA_3D110

The shape factor defined as : .

INTENSITY_STANDARD_DEVIATION111

Standard deviation of the pixel intensities.

SYMMETRY_2D112

The measure of symmetry determines the trend of a shape to be symmetric or not.

It is close to 1 for a symmetric shape and decreases with asymmetry. It is lower to 0.5 if the gravity center is outside the particle as illustrated on the figure below. It is measured using the following formula for a particle P : with , and the minimum value operator over all the angles .

INTENSITY_INTEGRAL113

Sum of the of pixel intensity values.

SQUARE_INTENSITY_INTEGRAL114

Sum of the squares of pixel intensity values.

VOLUME_3D115

Volume of the object.

VOXEL_FACE_AREA_3D116

Sum of voxel surfaces that are on the outside of each connected component.

WIDTH_2D117

Minimum of the 2D Feret Diameters.

WIDTH_3D118

Minimum of the 3D Feret Diameters.

WIDTH_ORIENTATION_PHI_3D119

Angle Phi of the minimum of the 3D Feret Diameters, in degrees (not radians) [0,90].

WIDTH_ORIENTATION_THETA_3D120

Angle Theta of the minimum of the 3D Feret Diameters, in degrees (not radians) [-180,+180].

WIDTH_ORIENTATION_2D121

Angle of the minimum of the 2D Feret Diameters.

BREADTH_3D122

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).

See Feret's Diameter and OIV.ImageViz.Nodes.Measures.SoDataMeasureAttributes.feretAngles2D.

BREADTH_ORIENTATION_PHI_3D123

Angle Phi of the BREADTH_3D in degrees (not radians) [-90,90].

BREADTH_ORIENTATION_THETA_3D124

Angle Theta of the BREADTH_3D in degrees (not radians) [0,180].

THICKNESS_3D125

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_ORIENTATION_PHI_3D126

Angle Phi of the THICKNESS_3D in degrees (not radians) [-90,90].

THICKNESS_ORIENTATION_THETA_3D127

Angle Theta of the THICKNESS_3D in degrees (not radians) [0,180].

GRAY_ANISOTROPY128

Same measure as OIV.ImageViz.Nodes.Measures.SoDataMeasurePredefined.PredefinedMeasures.ANISOTROPY based on the covariance matrix weighted by the gray level intensities.

GRAY_EIGEN_VALUE1129

Same measure as OIV.ImageViz.Nodes.Measures.SoDataMeasurePredefined.PredefinedMeasures.EIGEN_VALUE1 based on the covariance matrix weighted by the gray level intensities.

GRAY_EIGEN_VALUE2130

Same measure as OIV.ImageViz.Nodes.Measures.SoDataMeasurePredefined.PredefinedMeasures.EIGEN_VALUE2 based on the covariance matrix weighted by the gray level intensities.

GRAY_EIGEN_VALUE3_3D131

Same measure as OIV.ImageViz.Nodes.Measures.SoDataMeasurePredefined.PredefinedMeasures.EIGEN_VALUE3_3D based on the covariance matrix weighted by the gray level intensities.

GRAY_EIGEN_VECTOR1X132

Same measure as OIV.ImageViz.Nodes.Measures.SoDataMeasurePredefined.PredefinedMeasures.EIGEN_VECTOR1X based on the covariance matrix weighted by the gray level intensities.

GRAY_EIGEN_VECTOR1Y133

Same measure as OIV.ImageViz.Nodes.Measures.SoDataMeasurePredefined.PredefinedMeasures.EIGEN_VECTOR1Y based on the covariance matrix weighted by the gray level intensities.

GRAY_EIGEN_VECTOR1Z_3D134

Same measure as OIV.ImageViz.Nodes.Measures.SoDataMeasurePredefined.PredefinedMeasures.EIGEN_VECTOR1Z_3D based on the covariance matrix weighted by the gray level intensities.

GRAY_EIGEN_VECTOR2X135

Same measure as OIV.ImageViz.Nodes.Measures.SoDataMeasurePredefined.PredefinedMeasures.EIGEN_VECTOR2X based on the covariance matrix weighted by the gray level intensities.

GRAY_EIGEN_VECTOR2Y136

Same measure as OIV.ImageViz.Nodes.Measures.SoDataMeasurePredefined.PredefinedMeasures.EIGEN_VECTOR2Y based on the covariance matrix weighted by the gray level intensities.

GRAY_EIGEN_VECTOR2Z_3D137

Same measure as OIV.ImageViz.Nodes.Measures.SoDataMeasurePredefined.PredefinedMeasures.EIGEN_VECTOR2Z_3D based on the covariance matrix weighted by the gray level intensities.

GRAY_EIGEN_VECTOR3X_3D138

Same measure as OIV.ImageViz.Nodes.Measures.SoDataMeasurePredefined.PredefinedMeasures.EIGEN_VECTOR3X_3D based on the covariance matrix weighted by the gray level intensities.

GRAY_EIGEN_VECTOR3Y_3D139

Same measure as OIV.ImageViz.Nodes.Measures.SoDataMeasurePredefined.PredefinedMeasures.EIGEN_VECTOR3Y_3D based on the covariance matrix weighted by the gray level intensities.

GRAY_EIGEN_VECTOR3Z_3D140

Same measure as OIV.ImageViz.Nodes.Measures.SoDataMeasurePredefined.PredefinedMeasures.EIGEN_VECTOR3Z_3D based on the covariance matrix weighted by the gray level intensities.

GRAY_ELONGATION141

Same measure as OIV.ImageViz.Nodes.Measures.SoDataMeasurePredefined.PredefinedMeasures.ELONGATION based on the covariance matrix weighted by the gray level intensities.

GRAY_EXTENT_MAX1142

Same measure as OIV.ImageViz.Nodes.Measures.SoDataMeasurePredefined.PredefinedMeasures.EXTENT_MAX1 based on the covariance matrix weighted by the gray level intensities.

GRAY_EXTENT_MAX2143

Same measure as OIV.ImageViz.Nodes.Measures.SoDataMeasurePredefined.PredefinedMeasures.EXTENT_MAX2 based on the covariance matrix weighted by the gray level intensities.

GRAY_EXTENT_MAX3_3D144

Same measure as OIV.ImageViz.Nodes.Measures.SoDataMeasurePredefined.PredefinedMeasures.EXTENT_MAX3_3D based on the covariance matrix weighted by the gray level intensities.

GRAY_EXTENT_MIN1145

Same measure as OIV.ImageViz.Nodes.Measures.SoDataMeasurePredefined.PredefinedMeasures.EXTENT_MIN1 based on the covariance matrix weighted by the gray level intensities.

GRAY_EXTENT_MIN2146

Same measure as OIV.ImageViz.Nodes.Measures.SoDataMeasurePredefined.PredefinedMeasures.EXTENT_MIN2 based on the covariance matrix weighted by the gray level intensities.

GRAY_EXTENT_MIN3_3D147

Same measure as OIV.ImageViz.Nodes.Measures.SoDataMeasurePredefined.PredefinedMeasures.EXTENT_MIN3_3D based on the covariance matrix weighted by the gray level intensities.

GRAY_FLATNESS_3D148

Same measure as OIV.ImageViz.Nodes.Measures.SoDataMeasurePredefined.PredefinedMeasures.FLATNESS_3D based on the covariance matrix weighted by the gray level intensities.

GRAY_MOMENT2X149

Centered moment term (XX) of the covariance matrix weighted by the gray level intensities.

See Moments of inertia.

GRAY_MOMENT2Y150

Centered moment term (YY) of the covariance matrix weighted by the gray level intensities.

See Moments of inertia.

GRAY_MOMENT2Z151

Centered moment term (ZZ) of the covariance matrix weighted by the gray level intensities.

See Moments of inertia.

GRAY_MOMENTXY152

Centered moment term (XY) of the covariance matrix weighted by the gray level intensities.

See Moments of inertia.

GRAY_MOMENTXZ153

Centered moment term (XZ) of the covariance matrix weighted by the gray level intensities.

See Moments of inertia.

GRAY_MOMENTYZ154

Centered moment term (YZ) of the covariance matrix weighted by the gray level intensities.

See Moments of inertia.

INTENSITY_COUNT155

Number of different label intersecting each particle.

NEIGHBOR_COUNT156

Number of neighbors located at a given distance from the object boundaries.

LENGTH_INPUT_X_3D157

X coordinate of the Length3d diameter input point.

LENGTH_INPUT_Y_3D158

Y coordinate of the Length3d diameter input point.

LENGTH_INPUT_Z_3D159

Z coordinate of the Length3d diameter input point.

LENGTH_OUTPUT_X_3D160

X coordinate of the Length3d diameter output point.

LENGTH_OUTPUT_Y_3D161

Y coordinate of the Length3d diameter output point.

LENGTH_OUTPUT_Z_3D162

Z coordinate of the Length3d diameter output point.

WIDTH_INPUT_X_3D163

X coordinate of the Width3d diameter input point.

WIDTH_INPUT_Y_3D164

Y coordinate of the Width3d diameter input point.

WIDTH_INPUT_Z_3D165

Z coordinate of the Width3d diameter input point.

WIDTH_OUTPUT_X_3D166

X coordinate of the Width3d diameter output point.

WIDTH_OUTPUT_Y_3D167

Y coordinate of the Width3d diameter output point.

WIDTH_OUTPUT_Z_3D168

Z coordinate of the Width3d diameter output point.

BREADTH_INPUT_X_3D169

X coordinate of the Breadth3d diameter input point.

BREADTH_INPUT_Y_3D170

Y coordinate of the Breadth3d diameter input point.

BREADTH_INPUT_Z_3D171

Z coordinate of the Breadth3d diameter input point.

BREADTH_OUTPUT_X_3D172

X coordinate of the Breadth3d diameter output point.

BREADTH_OUTPUT_Y_3D173

Y coordinate of the Breadth3d diameter output point.

BREADTH_OUTPUT_Z_3D174

Z coordinate of the Breadth3d diameter output point.

THICKNESS_INPUT_X_3D175

X coordinate of the Thickness3d diameter input point.

THICKNESS_INPUT_Y_3D176

Y coordinate of the Thickness3d diameter input point.

THICKNESS_INPUT_Z_3D177

Z coordinate of the Thickness3d diameter input point.

THICKNESS_OUTPUT_X_3D178

X coordinate of the Thickness3d diameter output point.

THICKNESS_OUTPUT_Y_3D179

Y coordinate of the Thickness3d diameter output point.

THICKNESS_OUTPUT_Z_3D180

Z coordinate of the Thickness3d diameter output point.

VOXEL_COUNT181

Number of voxels of the object.

INSIDE_CENTER_X_2D182

X coordinate of the inside length center which is extracted from the skeleton of the object boundary polygonal approximation.

Contrarily to the barycenter, this measurement ensures to return a point belonging to the object.

INSIDE_CENTER_Y_2D183

Y coordinate of the inside length center which is extracted from the skeleton of the object boundary polygonal approximation.

Contrarily to the barycenter, this measurement ensures to return a point belonging to the object.

Remarks