Open Detection  1.0
od::ODDetectionsComplete Class Reference

The container class for ODDetectionComplete returned by ODDetector2DComplete. More...

#include <ODDetection.h>

Inheritance diagram for od::ODDetectionsComplete:
Collaboration diagram for od::ODDetectionsComplete:

Public Member Functions

ODDetectionCompleteoperator[] (int i)
 
ODDetectionCompleteat (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

The container class for ODDetectionComplete returned by ODDetector2DComplete.

Author
Kripasindhu Sarkar

Definition at line 410 of file ODDetection.h.

Member Function Documentation

ODDetectionComplete* od::ODDetectionsComplete::at ( int  i)
inline

Definition at line 415 of file ODDetection.h.

References od::ODDetections::detections_.

ODDetectionComplete* od::ODDetectionsComplete::operator[] ( int  i)
inline

Definition at line 414 of file ODDetection.h.

References od::ODDetections::detections_.


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