Open Detection
1.0
|
This is the complete list of members for od::ODDetection2D, including all inherited members.
bounding_box_2d_ | od::ODDetection2D | |
getBoundingBox() const | od::ODDetection2D | inline |
getConfidence() const | od::ODDetection | inline |
getId() const | od::ODDetection | inline |
getLocation() const | od::ODDetection2D | inline |
getMetainfoImage() const | od::ODDetection2D | inline |
getType() const | od::ODDetection | inline |
location_2d_ | od::ODDetection2D | |
metainfo_image_ | od::ODDetection2D | |
OD_DEFINE_ENUM_WITH_STRING_CONVERSIONS(DetectionType,(OD_DETECTION_RECOG)(OD_DETECTION_CLASS)(OD_DETECTION_NULL)) virtual ~ODDetection() | od::ODDetection | inline |
ODDetection(DetectionType const &type_=OD_DETECTION_NULL, std::string const &id_="", double confidence_=1) | od::ODDetection | inline |
ODDetection2D(DetectionType const &type_=OD_DETECTION_NULL, std::string const &id_="", double confidence_=1) | od::ODDetection2D | inline |
printSelf() | od::ODDetection | inline |
setBoundingBox(cv::Rect const &bounding_box_) | od::ODDetection2D | inline |
setConfidence(double confidence_) | od::ODDetection | inline |
setId(std::string const &id_) | od::ODDetection | inline |
setLocation(Eigen::Vector3d const &location_) | od::ODDetection2D | inline |
setMetainfoImage(cv::Mat const &metainfo_image_) | od::ODDetection2D | inline |
setType(DetectionType const &type_) | od::ODDetection | inline |
~ODDetection2D() | od::ODDetection2D | inlinevirtual |