Open Detection
1.0
|
The container class for ODDetectionComplete returned by ODDetector2DComplete. More...
#include <ODDetection.h>
Public Member Functions | |
ODDetectionComplete * | operator[] (int i) |
ODDetectionComplete * | at (int i) |
![]() | |
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 | |
![]() | |
std::vector< ODDetection * > | detections_ |
cv::Mat | metainfo_image_ |
pcl::PointCloud< pcl::PointXYZ > ::Ptr | metainfo_cluster_ |
The container class for ODDetectionComplete returned by ODDetector2DComplete.
Definition at line 410 of file ODDetection.h.
|
inline |
Definition at line 415 of file ODDetection.h.
References od::ODDetections::detections_.
|
inline |
Definition at line 414 of file ODDetection.h.
References od::ODDetections::detections_.