SearchPredictorInspect Method (Image, Point2D, Int32)

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
)

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.

Return Value

Type: SearchResult

[Missing <returns> documentation for "M:Stemmer.Cvb.Polimago.SearchPredictor.Inspect(Stemmer.Cvb.Image,Stemmer.Cvb.Point2D,System.Int32@)"]

See Also

Reference