Click or drag to resize

Cv2PreCornerDetect Method

computes another complex cornerness criteria at each pixel

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static void PreCornerDetect(
	InputArray src,
	OutputArray dst,
	int ksize,
	BorderTypes borderType = BorderTypes.Reflect101
)

Parameters

src
Type: OpenCvSharpInputArray
dst
Type: OpenCvSharpOutputArray
ksize
Type: SystemInt32
borderType (Optional)
Type: OpenCvSharpBorderTypes
See Also