SearchPredictorInspect Method (Image, Point2D, Int32, SearchResult)

CVB.Net Documentation
PMInspect carries out the operation that GridSearch executes for a grid point, starting at the position defined by pos and with an upright and untransformed perspective.

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

public SearchResult Inspect(
	Image img,
	Point2D pos,
	out int searchDepth,
	out SearchResult[] trace
)

Parameters

img
Type: Stemmer.CvbImage
Image to work on.
pos
Type: Stemmer.CvbPoint2D
Position at which to start.
searchDepth
Type: SystemInt32
receives the number of steps that were executed.
trace
Type: Stemmer.Cvb.PolimagoSearchResult
Inspection trace (series of intermediate results).

Return Value

Type: SearchResult
SearchResult (SearchResult.None if nothing was found)
See Also

Reference