Returns the collection of ICogIPOneImageOperators. When the tool is run, each operator in the collection will be executed sequentially with the output of the first passed on to the second, and so on.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 87.1.0.0
Syntax
Property Value
Type: CogIPOneImageOperatorsRemarks
The collection of CogIPOneImageOperators. Each operator in the collection executes sequentially with the output of the first operator passed on to the second and so on.
See Also