ClassifierSearchAll Method (ImagePlane, Int32)

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

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

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

Parameters

plane
Type: Stemmer.CvbImagePlane
Image plane to search in
locality
Type: SystemInt32
minimum distance between results

Return Value

Type: SearchResult
result list
Exceptions

ExceptionCondition
ArgumentNullExceptionIf the Parent of plane is null
ArgumentOutOfRangeExceptionIf locality is less than 0
ObjectDisposedExceptionIf the classifier has already been disposed
See Also

Reference