Click or drag to resize
VectorOfKeyPointFilterByImageBorder Method
http://www.emgu.com
Remove keypoints within borderPixels of an image edge.

Namespace: Emgu.CV.Util
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public void FilterByImageBorder(
	Size imageSize,
	int borderSize
)

Parameters

imageSize
Type: System.DrawingSize
Image size
borderSize
Type: SystemInt32
Border size in pixel
See Also