Returns the root image object that contains the raw pixel data.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax
Parameters
- root
- Type: Cognex.Vision IImage16Root
(output param) The image data.
Remarks
This function is not recommended to access raw pixel data. Use Get16GreyPixelMemory to directly access this image's pixel data. This function is useful in cases where you want two images to share the same pixel data. For example, you can pass the result of this function to SetRoot.
See Also