SearchPredictor Methods

CVB.Net Documentation

The SearchPredictor type exposes the following members.

Methods

  NameDescription
Public methodDispose
Dispose search classifier.
(Overrides PolimagoRefCountedObjectDispose.)
Protected methodDispose(Boolean)
IDispose helper function.
(Inherited from PolimagoRefCountedObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Finalizer.
(Inherited from PolimagoRefCountedObject.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGridSearch(Image, Rect, Double, Double, Double)
Perform a grid search.
Public methodGridSearch(Image, Rect, Double, Double, Double, Int32)
Perform a grid search.
Public methodInspect(Image, Point2D, Int32)
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.
Public methodInspect(Image, SearchResult, Int32)
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.
Public methodInspect(Image, Point2D, Int32, SearchResult)
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.
Public methodInspect(Image, SearchResult, Int32, SearchResult)
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.
Public methodIsCompatible(Image)
Verify the compatibility of a CVB image with this classifier.
(Inherited from PredictorBase.)
Public methodIsCompatible(Image, Point2D)
Verify the compatibility of a CVB image with this classifier.
(Inherited from PredictorBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSave
Save this object into a file.
(Inherited from PolimagoFactoryCreatedObject.)
Public methodSearchResultToImage
Create a visual representation of a search result.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodVerifyCompatibility(Image)
Verify the compatibility of a CVB image with this classifier.
(Inherited from PredictorBase.)
Protected methodVerifyCompatibility(Image, Point2D)
Verify the compatibility of a CVB image with this classifier.
(Inherited from PredictorBase.)
Top
See Also

Reference