|
Open Detection
1.0
|
The container class for ODDetection2D returned by ODDetector2D. More...
#include <ODDetection.h>


Public Member Functions | |
| ODSceneImage | renderMetainfo (ODSceneImage input) |
| Draws rectangles over the input image using the bounding box information present in all the 2D detections. More... | |
| ODDetection2D * | operator[] (int i) |
| ODDetection2D * | at (int i) |
Public Member Functions inherited from od::ODDetections | |
| ODDetections (int n=0) | |
| virtual | ~ODDetections () |
| int | size () |
| void | push_back (ODDetection *detection) |
| void | append (ODDetections *detections) |
| ODDetection * | operator[] (int i) |
| ODDetection * | at (int i) |
| cv::Mat const & | getMetainfoImage () const |
| void | setMetainfoImage (cv::Mat const &metainfo_image_) |
| pcl::PointCloud< pcl::PointXYZ > ::Ptr const & | getMetainfoCluster () const |
| void | setMetainfoCluster (typename pcl::PointCloud< pcl::PointXYZ >::Ptr const &metainfo_cluster_) |
Additional Inherited Members | |
Protected Attributes inherited from od::ODDetections | |
| std::vector< ODDetection * > | detections_ |
| cv::Mat | metainfo_image_ |
| pcl::PointCloud< pcl::PointXYZ > ::Ptr | metainfo_cluster_ |
The container class for ODDetection2D returned by ODDetector2D.
Definition at line 340 of file ODDetection.h.
|
inline |
Definition at line 368 of file ODDetection.h.
References od::ODDetections::detections_.
|
inline |
Definition at line 367 of file ODDetection.h.
References od::ODDetections::detections_.
|
inline |
Draws rectangles over the input image using the bounding box information present in all the 2D detections.
This is a quick function to render and verify the detections made.
Definition at line 346 of file ODDetection.h.
References od::ODDetection2D::bounding_box_2d_, od::ODDetections::detections_, od::ODSceneImage::getCVImage(), and od::getHashedColor().