Cog3DRangeImageCrossSectionAreaResult PropertiesCognex VisionPro

The Cog3DRangeImageCrossSectionAreaResult type exposes the following members.

Properties

  NameDescription
Public propertyArea
Gets the calculated area value. The value of the area depends on the measurement position of Positive / Negative / Both
Public propertyClosestPointAboveReferenceProfile
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.
Public propertyClosestPointBelowReferenceProfile
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.
Public propertyFarthestPointAboveReferenceProfile
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.
Public propertyFarthestPointBelowReferenceProfile
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.
Public propertyLeftAndRightPointsAreValid
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
Public propertyLeftPoint
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.
Public propertyPointsAboveReferenceProfileAreValid
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
Public propertyPointsBelowReferenceProfileAreValid
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
Public propertyRightPoint
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.
Top
See Also