Properties | List of all members
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. More...
 
 name = property
 str: Name of the class that has been found. More...
 
 position = property
 cvb.Point2D: Position at which the object has been found. More...
 
 quality = property
 float: Quality at which the object has been found. More...
 
 x = property
 float: X position at which the object has been found. More...
 
 y = property
 float: Y position at which the object has been found. More...
 

Detailed Description

Search result returned by Minos.

Instantiates a SearchResult object.

Property Documentation

◆ advance_vector

advance_vector = property
static

cvb.Point2D: Advance vector of the model that has been found.

◆ name

name = property
static

str: Name of the class that has been found.

◆ position

position = property
static

cvb.Point2D: Position at which the object has been found.

◆ quality

quality = property
static

float: Quality at which the object has been found.

◆ x

x = property
static

float: X position at which the object has been found.

◆ y

y = property
static

float: Y position at which the object has been found.