ICogIPOneImageOperator InterfaceCognex VisionPro 9.22 SR1
Common interface for all one image operators.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 87.1.0.0
Syntax

public interface ICogIPOneImageOperator : ICogIPOneImageOperatorParams

The ICogIPOneImageOperator type exposes the following members.

Methods

  NameDescription
Public methodExecute
Perform a single image operation using the input image and region to produce the output image.
Top
Properties

  NameDescription
Public propertyEnabled
Whether this one image operator will be used to compute the output image.
(Inherited from ICogIPOneImageOperatorParams.)
Public propertyOperatorName
Returns/sets a displayable operator name.
(Inherited from ICogIPOneImageOperatorParams.)
Top
Remarks

Common interface for all one-image operators.

CogIPOneImageOperator is the default interface for CogIPOneImageEqualize and CogIPOneImageMedian3x3.

See Also