ClassifierSearchBest Method

CVB.Net Documentation
Search for the best pattern match in the plane

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

public SearchResult SearchBest(
	ImagePlane plane,
	Rect aoi,
	PrecisionMode mode
)

Parameters

plane
Type: Stemmer.CvbImagePlane
image plane to search in
aoi
Type: Stemmer.CvbRect
area of interest to search in
mode
Type: Stemmer.Cvb.ShapeFinderPrecisionMode
precision mode to use

Return Value

Type: SearchResult
the best matching result
Exceptions

ExceptionCondition
ArgumentNullExceptionIf plane's Parent is null
ArgumentOutOfRangeExceptionIf plane is less than 0 or greater or equal to the number of planes in the image
CvbExceptionIf the data type of the image plane to be processed is not 8 bits per pixel unsigned
See Also

Reference