Properties | List of all members
SearchResult Class Reference

Single result of a search operation. More...

Inherits object.

Properties

 position = property
 cvb.Point3D: Translation vector of objects origin from point cloud origin. More...
 
 rotation_vector = property
 cvb.Point3D: Normalized rotation axis vector of objects orientation. More...
 
 score = property
 float: Detection confidence value (0..1). More...
 
 theta = property
 cvb.Angle: Rotation angle of objects orientation. More...
 

Detailed Description

Single result of a search operation.

Property Documentation

◆ position

position = property
static

cvb.Point3D: Translation vector of objects origin from point cloud origin.

◆ rotation_vector

rotation_vector = property
static

cvb.Point3D: Normalized rotation axis vector of objects orientation.

◆ score

score = property
static

float: Detection confidence value (0..1).

◆ theta

theta = property
static

cvb.Angle: Rotation angle of objects orientation.