Click or drag to resize

MatPreCornerDetect Method

computes another complex cornerness criteria at each pixel

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Mat PreCornerDetect(
	int ksize,
	BorderTypes borderType = BorderTypes.Reflect101
)

Parameters

ksize
Type: SystemInt32

[Missing <param name="ksize"/> documentation for "M:OpenCvSharp.Mat.PreCornerDetect(System.Int32,OpenCvSharp.BorderTypes)"]

borderType (Optional)
Type: OpenCvSharpBorderTypes

[Missing <param name="borderType"/> documentation for "M:OpenCvSharp.Mat.PreCornerDetect(System.Int32,OpenCvSharp.BorderTypes)"]

Return Value

Type: Mat

[Missing <returns> documentation for "M:OpenCvSharp.Mat.PreCornerDetect(System.Int32,OpenCvSharp.BorderTypes)"]

See Also