Take the input CogImage8Interlaced and
unpack its 8 bit pixels into four "shading" images. Process those to
produce the requested output images.
Namespace: Cognex.VisionPro.TrevistaAssembly: Cognex.VisionPro.Trevista (in Cognex.VisionPro.Trevista.dll) Version: 91.0.0.0
Syntax
Parameters
- inputImage
- Type: Cognex.VisionPro ICogVisionData
The image to process into requested output images. Must be of type CogImage8Interlaced.
Return Value
Type: CogTrevistaResultA CogTrevistaResult object that contains the requested output images.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this method executes successfuly. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | If the object has been disposed. |
| ArgumentNullException | inputImage is null. |
| CogSecurityViolationException | Licensing for this operation cannot be confirmed. See Understanding VisionPro Security for more information. |
| CogImageNoPixelsException | inputImage has no allocated pixels. |
| CogImageBadTypeException | inputImage is not a CogImage8Interlaced. |
See Also