Cog3DVisionDataStitchResult PropertiesCognex VisionPro 9.7

The Cog3DVisionDataStitchResult type exposes the following members.

Properties

  NameDescription
Public propertyGreyImage
The stitched grey image. This will be null if Grey output was not requested.
Public propertyRangeImage
The stitched range image. This will be null if Range output was not requested.
Public propertyVisionData
This will always point to all of the rendered data. So if you requested just Range output, this will point to the RangeImage property. If you request just Grey output, this will point to the GreyImage property. And if you requested both Range and Grey output, this will point to a CogVisionDataContainer object holding both the range and the grey output.
Top
See Also