Locate
Contains measurements that return information that can be used to spot the associated object in the input image.
More information about the variance-covariance matrix is available in the Moments of inertia section.
Notes:
More information about the variance-covariance matrix is available in the Moments of inertia section.
Notes:
- The measurements with a name starting with "Gray" are based on the intensity input image. Using them with a label image as an intensity image is not relevant. Using them with a binary image as an intensity image is the same as computing their "non gray" counterpart.
- Other measurements ignore the intensity input image.
Object members
Measurement name | Description | Element type | Indexing | Physical Information |
---|---|---|---|---|
FirstPointX | The X coordinate of the first point of each object encountered when scanning the input image from top to bottom, and left to right. This coordinate is expressed in pixel units (integer) and indexed from 0. | Integer | [label] | COORDINATE |
FirstPointY | The Y coordinate of the first point of each object encountered when scanning the input image from top to bottom, and left to right. This coordinate is expressed in pixel units (integer) and indexed from 0. | Integer | [label] | COORDINATE |
FirstPointZ | The Z coordinate of the first point of each object encountered when scanning the input image from top to bottom, and left to right. This coordinate is expressed in pixel units (integer) and indexed from 0. | Integer | [label] | COORDINATE |
BarycenterX | The X coordinate of the center of gravity, expressed in the coordinate system defined by the image calibration.
More information about barycenters is available in the First Order Moments section. |
Floating point | [label] | LENGTH |
BarycenterY | The Y coordinate of the center of gravity, expressed in the coordinate system defined by the image calibration.
More information about barycenters is available in the First Order Moments section. |
Floating point | [label] | LENGTH |
BarycenterZ | The Z coordinate of the center of gravity, expressed in the coordinate system defined by the image calibration.
More information about barycenters is available in the First Order Moments section. |
Floating point | [label] | LENGTH |
GrayBarycenterX | The X coordinate of the center of gravity weighted by the gray level intensities, expressed in the coordinate system defined by the image calibration.
More information about barycenters is available in the First Order Moments section. |
Floating point | [label, channel] | LENGTH |
GrayBarycenterY | The Y coordinate of the center of gravity weighted by the gray level intensities, expressed in the coordinate system defined by the image calibration.
More information about barycenters is available in the First Order Moments section. |
Floating point | [label, channel] | LENGTH |
GrayBarycenterZ | The Z coordinate of the center of gravity weighted by the gray level intensities, expressed in the coordinate system defined by the image calibration.
More information about barycenters is available in the First Order Moments section. |
Floating point | [label, channel] | LENGTH |
BoundingBoxOX | The X coordinate of the upper-left corner of the axis aligned bounding box of the object, expressed in the image calibration unit. | Floating point | [label] | LENGTH |
BoundingBoxOY | The Y coordinate of the upper-left corner of the axis aligned bounding box of the object, expressed in the image calibration unit. | Floating point | [label] | LENGTH |
BoundingBoxOZ | The Z coordinate of the upper-left corner of the axis aligned bounding box of the object, expressed in the image calibration unit. | Floating point | [label] | LENGTH |
BoundingBoxDX | The width of the object bounding box, expressed in the image calibration unit. This box side is parallel to the image's X axis. | Floating point | [label] | LENGTH |
BoundingBoxDY | The height of the object bounding box, expressed in the image calibration unit. This box side is parallel to the image's Y axis. | Floating point | [label] | LENGTH |
BoundingBoxDZ | The depth of the object bounding box, expressed in the image calibration unit. This box side is parallel to the image's Z axis. | Floating point | [label] | LENGTH |
Object methods
Method | Description |
---|---|
void toDataFrame() | Convert the measurement to an IOLink.DataFrame |
Method | Description |
---|---|
void ToDataFrame() | Convert the measurement to an IOLink.DataFrame |
Method | Description |
---|---|
void to_data_frame() | Convert the measurement to an IOLink.DataFrame |