Get the mask value at the specified kernel column and row.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 65.1.0.0
Syntax
Parameters
- Col
- Type: System Int32
The zero based column index of the desired kernel mask value.
- Row
- Type: System Int32
The zero based row index of the desired kernel mask value.
Return Value
Type: BooleanThe kernel mask value at the specified column and row. True means care and false means don't care.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If the supplied Col parameter is less than zero or not less than KernelWidth. |
See Also