Open Detection  1.0
od::ODDetections Class Reference

The container class for ODDetection. More...

#include <ODDetection.h>

Inheritance diagram for od::ODDetections:

Public Member Functions

 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_)
 

Protected Attributes

std::vector< ODDetection * > detections_
 
cv::Mat metainfo_image_
 
pcl::PointCloud< pcl::PointXYZ >
::Ptr 
metainfo_cluster_
 

Detailed Description

The container class for ODDetection.

Author
Kripasindhu Sarkar
Examples:
objectdetector/od_image_facerecog.cpp.

Definition at line 275 of file ODDetection.h.

Constructor & Destructor Documentation

od::ODDetections::ODDetections ( int  n = 0)
inline

Definition at line 279 of file ODDetection.h.

virtual od::ODDetections::~ODDetections ( )
inlinevirtual

Definition at line 283 of file ODDetection.h.

References detections_, and size().

Member Function Documentation

void od::ODDetections::append ( ODDetections detections)
inline

Definition at line 297 of file ODDetection.h.

References detections_.

ODDetection* od::ODDetections::at ( int  i)
inline

Definition at line 304 of file ODDetection.h.

pcl::PointCloud<pcl::PointXYZ>::Ptr const& od::ODDetections::getMetainfoCluster ( ) const
inline

Definition at line 316 of file ODDetection.h.

References metainfo_cluster_.

cv::Mat const& od::ODDetections::getMetainfoImage ( ) const
inline
Examples:
objectdetector/od_image_cadrecog_camera.cpp.

Definition at line 306 of file ODDetection.h.

References metainfo_image_.

ODDetection* od::ODDetections::operator[] ( int  i)
inline

Definition at line 303 of file ODDetection.h.

References detections_.

void od::ODDetections::push_back ( ODDetection detection)
inline
void od::ODDetections::setMetainfoCluster ( typename pcl::PointCloud< pcl::PointXYZ >::Ptr const &  metainfo_cluster_)
inline

Definition at line 321 of file ODDetection.h.

References metainfo_cluster_.

void od::ODDetections::setMetainfoImage ( cv::Mat const &  metainfo_image_)
inline

Definition at line 311 of file ODDetection.h.

Member Data Documentation

pcl::PointCloud<pcl::PointXYZ>::Ptr od::ODDetections::metainfo_cluster_
protected

Definition at line 329 of file ODDetection.h.

Referenced by getMetainfoCluster(), and setMetainfoCluster().

cv::Mat od::ODDetections::metainfo_image_
protected

Definition at line 328 of file ODDetection.h.

Referenced by getMetainfoImage().


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