Open Detection  1.0
od::ODDetections3D Class Reference

The container class for ODDetection3D returned by ODDetector3D. More...

#include <ODDetection.h>

Inheritance diagram for od::ODDetections3D:
Collaboration diagram for od::ODDetections3D:

Public Member Functions

ODDetection3Doperator[] (int i)
 
ODDetection3Dat (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)
 
ODDetectionoperator[] (int i)
 
ODDetectionat (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_
 

Detailed Description

Member Function Documentation

ODDetection3D* od::ODDetections3D::at ( int  i)
inline
ODDetection3D* od::ODDetections3D::operator[] ( int  i)
inline

Definition at line 401 of file ODDetection.h.

References od::ODDetections::detections_.


The documentation for this class was generated from the following file: