Single result of a search operation. More...
#include <cvb/dnc/search_result.hpp>
Public Member Functions | |
Point3D< double > | Position () const noexcept |
Translation vector of objects origin from point cloud origin. More... | |
Vector3D< double > | RotationVector () const noexcept |
Normalized rotation axis vector of objects orientation. More... | |
Angle | Theta () const noexcept |
Rotation angle of objects orientation. More... | |
double | Score () const noexcept |
Detection confidence value (0..1). More... | |
bool | operator== (const SearchResult &searchResult) const noexcept |
Compares to an other search result. More... | |
bool | operator!= (const SearchResult &searchResult) const noexcept |
Compares to an other search result. More... | |
Single result of a search operation.
|
inlinenoexcept |
Compares to an other search result.
[in] | searchResult | Other search result. |
Does | not throw any exception. |
|
inlinenoexcept |
Compares to an other search result.
[in] | searchResult | Other search result. |
Does | not throw any exception. |
|
inlinenoexcept |
Translation vector of objects origin from point cloud origin.
Does | not throw any exception. |
|
inlinenoexcept |
Normalized rotation axis vector of objects orientation.
Does | not throw any exception. |
|
inlinenoexcept |
Detection confidence value (0..1).
Does | not throw any exception. |
|
inlinenoexcept |
Rotation angle of objects orientation.
Does | not throw any exception. |