CrossCorrelation2dMsr
Contains the position of the main correlation peak detected in an image.
The object also returns the minimum and maximum correlation scores computed before normalization.
Information about the measurement named
measurement can be accessed by using the method
measurementInformation() which returns a
FieldInformation
Information about the measurement named
measurement can be accessed by using the property
measurementInformation which returns a
FieldInformation
Information about the measurement named
measurement can be accessed by using the property
measurement_information which returns a
FieldInformation
Object members
Measurement name |
Description | Element type | Indexing | Physical Information |
minComputed |
The minimum correlation score computed before normalization to [-1.0 ; 1.0].
|
Floating point |
[slice] |
COEFFICIENT |
maxComputed |
The maximum correlation score computed before normalization to [-1.0 ; 1.0].
|
Floating point |
[slice] |
COEFFICIENT |
matchingPositionX |
The X coordinate of the best matching position in the output image.
|
Unsigned integer |
[slice] |
COORDINATE |
matchingPositionY |
The Y coordinate of the best matching position in the output image.
|
Unsigned integer |
[slice] |
COORDINATE |
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 |
Related algorithms