CVBpy 14.0
SearchResult Class Reference

Search result returned by Minos. More...

Inherits object.

Properties

 advance_vector = property
 cvb.Point2D: Advance vector of the model that has been found.
 
 name = property
 str: Name of the class that has been found.
 
 position = property
 cvb.Point2D: Position at which the object has been found.
 
 quality = property
 float: Quality at which the object has been found.
 
 x = property
 float: X position at which the object has been found.
 
 y = property
 float: Y position at which the object has been found.
 

Detailed Description

Search result returned by Minos.

Instantiates a SearchResult object.