The Cog3DRangeImageCrossSectionAreaResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Area |
Gets the calculated area value. The value of the area depends
on the measurement position of Positive / Negative / Both
| |
| ClosestPointAboveReferenceProfile |
Gets the calculated point (if exists) of the input profile
that is above the reference profile and
where the difference is the minimum between the input profile and
the reference profile
The difference is measured in the profile image’s Y direction.
The point has to be in range, the difference cannot be 0 and it has to be
outside the height threshold.
| |
| ClosestPointBelowReferenceProfile |
Gets the calculated point (if exists) of the input profile
that is below the reference profile and
where the difference is the minimum between the input profile and
the reference profile
The difference is measured in the profile image’s Y direction.
The point has to be in range, the difference cannot be 0 and it has to be
outside the height threshold.
| |
| FarthestPointAboveReferenceProfile |
Gets the calculated point (if exists) of the input profile
that is above the reference profile and
where the difference is the maximum between the input profile and
the reference profile
The difference is measured in the profile image’s Y direction.
The point has to be in range, the difference cannot be 0 and it has to be
outside the height threshold.
| |
| FarthestPointBelowReferenceProfile |
Gets the calculated point (if exists) of the input profile
that is below the reference profile and
where the difference is the maximum between the input profile and
the reference profile
The difference is measured in the profile image’s Y direction.
The point has to be in range, the difference cannot be 0 and it has to be
outside the height threshold.
| |
| LeftAndRightPointsAreValid |
Returns true when values of the LeftPoint and RightPoint have been successfully computed.
Otherwise returns false.
When computing these points only those points of the profile are considered valid
that are in region and the difference at those points between the profile
and the input shapes is outside the height threshold
| |
| LeftPoint |
Gets the calculated leftmost point on the input profile.
The point has to be in range, the difference cannot be 0
and it has to be outside the height threshold.
| |
| PointsAboveReferenceProfileAreValid |
Returns true when values of the FarthestPointAboveReferenceProfile and
ClosestPointAboveReferenceProfile have been successfully computed.
Otherwise returns false.
When computing these points only those points of the profile are considered valid
that are in region and the difference at those points between the profile
and the input shapes is outside the height threshold
| |
| PointsBelowReferenceProfileAreValid |
Returns true when values of the FarthestPointBelowReferenceProfile and
ClosestPointBelowReferenceProfile have been successfully computed.
Otherwise returns false.
When computing these points only those points of the profile are considered valid
that are in region and the difference at those points between the profile
and the input shapes is outside the height threshold
| |
| RightPoint |
Gets the calculated rightmost point on the input profile.
The point has to be in range, the difference cannot be 0
and it has to be outside the height threshold.
|
See Also