ClassifierSearchAll Method

CVB.Net Documentation
Search for all matches inside an image plane.

Namespace:  Stemmer.Cvb.ShapeFinder
Assembly:  Stemmer.Cvb.ShapeFinder (in Stemmer.Cvb.ShapeFinder.dll) Version: 14.0.0.0
Syntax

public SearchResult[] SearchAll(
	ImagePlane plane,
	Rect aoi,
	PrecisionMode mode,
	int locality,
	int threshold
)

Parameters

plane
Type: Stemmer.CvbImagePlane
image plane in which to search
aoi
Type: Stemmer.CvbRect
area of interest in which to search
mode
Type: Stemmer.Cvb.ShapeFinderPrecisionMode
precision to use
locality
Type: SystemInt32
minimum distance between two results (if two results come closer than this distance (measured with the L1 norm) the one with the lower quality will be discarded)
threshold
Type: SystemInt32
minimum quality a result must have for being considered (quality corresponds to the number of model features found in the image)

Return Value

Type: SearchResult
list of the found results
Exceptions

ExceptionCondition
ArgumentExceptionIf locality or threshold are less than 1
See Also

Reference