Get
Returns the tree of all named coordinate spaces for this image. The tree provides advanced functions for managing coordinate spaces.
Set
Namespace: Cognex.VisionSets this image's CoordinateSpaceTree.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax
Return Value
Type: CoordinateSpaceTreeThe CoordinateSpaceTree for a particular image. You can use this tree to create a transformation that maps points between coordinate spaces. To ensure that all acquired images have the same coordinate space tree, use your AcqFifo'sCoordinateSpaceTree property instead.
See Also