Creates the profile.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 69.0.0.0
Syntax
Parameters
- image
- Type: Cognex.VisionPro ICogImage
The range image.
Return Value
Type: Cog3DRangeImageCrossSectionProfileThe Cog3DRangeImageCrossSectionProfile.
Exceptions
| Exception | Condition |
|---|---|
| CogImageBadTypeException | If the supplied input image argument is not a CogImage16Range. |
| CogOperatorNoInputImageException | If the supplied input image argument is null. |
| CogSecurityViolationException | If licensing for this class cannot be confirmed. |
| ArgumentException | If the region is less than 2 pixels in width or less than 1 pixel in height. |
See Also