Get or set the manner in which 'neighboring' pixels will be processed. Possible choices include NeighborMinimum, NeighborMaximum, NeighborInterpolation, and Global.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 73.0.0.0
public CogIPOneImageMissingPixelValueComputationConstants ValueComputation { get; set; }public CogIPOneImageMissingPixelValueComputationConstants ValueComputation { get; set; }Public Property ValueComputation As CogIPOneImageMissingPixelValueComputationConstants
Get
Set
Public Property ValueComputation As CogIPOneImageMissingPixelValueComputationConstants
Get
Set
public:
property CogIPOneImageMissingPixelValueComputationConstants ValueComputation {
CogIPOneImageMissingPixelValueComputationConstants get ();
void set (CogIPOneImageMissingPixelValueComputationConstants value);
}public:
property CogIPOneImageMissingPixelValueComputationConstants ValueComputation {
CogIPOneImageMissingPixelValueComputationConstants get ();
void set (CogIPOneImageMissingPixelValueComputationConstants value);
}Property Value
Type:
CogIPOneImageMissingPixelValueComputationConstantsThe manner in which 'neighboring' pixels will be processed.