ClassifierSearchAll Method (ImagePlane, Double, Int32)

CVB.Net Documentation
Overloaded SearchAll function (re-routes with default arguments for area)

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

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

Parameters

plane
Type: Stemmer.CvbImagePlane
image plane to search in
density
Type: SystemDouble
density with which to search
locality
Type: SystemInt32
minimum distance between results

Return Value

Type: SearchResult
result list
Exceptions

ExceptionCondition
ArgumentNullExceptionIf the Parent of plane is null
ArgumentOutOfRangeExceptionIf density is either less than 0 or greater than 1 or if locality is less than 0
ObjectDisposedExceptionIf the classifier or the Image it should be used on has already been disposed
See Also

Reference