|
Open Detection
1.0
|
This is the complete list of members for od::ODDetection3D, including all inherited members.
| getConfidence() const | od::ODDetection | inline |
| getId() const | od::ODDetection | inline |
| getLocation() const | od::ODDetection3D | inline |
| getMetainfoCluster() const | od::ODDetection3D | inline |
| getMetainfoImage() const | od::ODDetection3D | inline |
| getPose() const | od::ODDetection3D | inline |
| getScale() const | od::ODDetection3D | inline |
| getType() const | od::ODDetection | inline |
| location_3d_ | od::ODDetection3D | |
| metainfo_cluster_ | od::ODDetection3D | |
| metainfo_image_ | od::ODDetection3D | |
| 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 |
| ODDetection3D(DetectionType const &type_=OD_DETECTION_NULL, std::string const &id_="", double confidence_=1) | od::ODDetection3D | inline |
| orientation_ | od::ODDetection3D | |
| printSelf() | od::ODDetection3D | inline |
| scale_ | od::ODDetection3D | |
| setConfidence(double confidence_) | od::ODDetection | inline |
| setId(std::string const &id_) | od::ODDetection | inline |
| setLocation(Eigen::Vector4d const &location_) | od::ODDetection3D | inline |
| setLocation(cv::Mat const &location_) | od::ODDetection3D | inline |
| setMetainfoCluster(typename pcl::PointCloud< pcl::PointXYZ >::Ptr const &metainfo_cluster_) | od::ODDetection3D | inline |
| setMetainfoImage(cv::Mat const &metainfo_image) | od::ODDetection3D | inline |
| setPose(Eigen::Matrix3Xd const &pose_) | od::ODDetection3D | inline |
| setPose(cv::Mat const &pose_cv) | od::ODDetection3D | inline |
| setScale(double scale) | od::ODDetection3D | inline |
| setType(DetectionType const &type_) | od::ODDetection | inline |
| ~ODDetection3D() | od::ODDetection3D | inlinevirtual |