ClassifierSearchAll Method (ImagePlane, Area2D, Double, Int32)

CVB.Net Documentation
Search all objects using this Minos classifier

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

public SearchResult[] SearchAll(
	ImagePlane plane,
	Area2D aoi,
	double density,
	int locality
)

Parameters

plane
Type: Stemmer.CvbImagePlane
image plane to search on
aoi
Type: Stemmer.CvbArea2D
Area to search in
density
Type: SystemDouble
density at which to search ([0...1])
locality
Type: SystemInt32
Radius within which no better solution may exist

Return Value

Type: SearchResult
list of found results
Exceptions

ExceptionCondition
ArgumentNullExceptionIf the Parent of plane is null
ArgumentOutOfRangeExceptionIf plane is either less than 0 or greater than the number of planes minus 1, or if density is either less than 0 or greater than 1 or if locality is less than 0
ObjectDisposedExceptionIf the classifier has already been disposed
See Also

Reference