Common interface for all one image operators.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 87.0.0.0
Syntax
The ICogIPOneImageOperator type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Execute | Perform a single image operation using the input image and region to produce the output image. |
Properties
| Name | Description | |
|---|---|---|
| Enabled | Whether this one image operator will be used to compute the output image. (Inherited from ICogIPOneImageOperatorParams.) | |
| OperatorName | Returns/sets a displayable operator name. (Inherited from ICogIPOneImageOperatorParams.) |
Remarks
Common interface for all one-image operators.
CogIPOneImageOperator is the default interface for CogIPOneImageEqualize and CogIPOneImageMedian3x3.
See Also