SearchPredictorInspect Method (Image, SearchResult, Int32)

CVB.Net Documentation
PMInspect carries out the operation that GridSearch executes for a grid point, starting at the perspective and position defined by the initial value of the parameter SearchResult. When PMInspect returns successfully, SearchResult will contain the final perspective and result quality. For additional information please see the tutorial on search functions of Polimago.

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

public bool Inspect(
	Image img,
	ref SearchResult res,
	out int searchDepth
)

Parameters

img
Type: Stemmer.CvbImage
Image to work on.
res
Type: Stemmer.Cvb.PolimagoSearchResult
Search Result to start with (upon exit: final result)
searchDepth
Type: SystemInt32
Maximum number of steps to calculate (upon exit: number of steps actually calculated).

Return Value

Type: Boolean
true if the SearchPredictor found a result when starting at the position defined through the res parameter, false otherwise.
See Also

Reference