SearchPredictorInspect Method (Image, SearchResult, Int32, SearchResult)

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,
	ref int searchDepth,
	out SearchResult[] trace
)

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).
trace
Type: Stemmer.Cvb.PolimagoSearchResult
Search results that lead from the initial value of the res parameter to the final value.

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