Click or drag to resize
CvBlobsFilterByArea Method
http://www.emgu.com
Filter blobs by area. Those blobs whose areas are not in range will be erased from the input list of blobs.

Namespace: Emgu.CV.Cvb
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public void FilterByArea(
	int minArea,
	int maxArea
)

Parameters

minArea
Type: SystemInt32
Minimun area
maxArea
Type: SystemInt32
Maximun area
See Also