Cog3DVisionDataRerenderResult PropertiesCognex VisionPro

The Cog3DVisionDataRerenderResult type exposes the following members.

Properties

  NameDescription
Public propertyGreyImage
The rerendered grey image. This will be null if Grey output was not requested.
Public propertyRangeImage
The rerendered range image. This will be null if Range output was not requested.
Public propertyVisionData
This will always point to all of the rerendered 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