CogIPOneImageMedianNxM IntermediateImageComputationPolicy Property Cognex VisionPro 9.23
How to use the kernel and the InputImageMask to determine whether to compute a pixel value or copy from the InputImage.

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

public CogIPComputationPolicyConstants IntermediateImageComputationPolicy { get; set; }

Property Value

Type: CogIPComputationPolicyConstants
Events

Event TypeReason
ICogChangedEvent ChangedFires when IntermediateImageComputationPolicy is changed.
Remarks

This property is ignored when processing images of type CogImage16Range.
See Also