computes another complex cornerness criteria at each pixel
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Mat PreCornerDetect( int ksize, BorderType borderType = BorderType.Reflect101 )
Parameters
- ksize
- Type: SystemInt32
[Missing <param name="ksize"/> documentation for "M:OpenCvSharp.CPlusPlus.Mat.PreCornerDetect(System.Int32,OpenCvSharp.BorderType)"]
- borderType (Optional)
- Type: OpenCvSharpBorderType
[Missing <param name="borderType"/> documentation for "M:OpenCvSharp.CPlusPlus.Mat.PreCornerDetect(System.Int32,OpenCvSharp.BorderType)"]
Return Value
Type: Mat[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.Mat.PreCornerDetect(System.Int32,OpenCvSharp.BorderType)"]
See Also