Specifies the sampling mode used when performing the affine transform operation.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 87.0.0.0
Syntax
Property Value
Type: CogAffineTransformSamplingModeConstantsBilinearAccurate
Events
| Event Type | Reason |
|---|---|
| CogAffineTransform Changed | Fires when the sampling mode changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The new value is not in CogAffineTransformSamplingModeConstants. |
Remarks
Specifies the sampling mode used when performing the affine transform operation.
Default Value: BilinearAccurate
See Also