LCOV - code coverage report | ||||||||||||||||||||||
|
||||||||||||||||||||||
Line data Source code 1 : #include "KinectInterpreter.hpp" 2 : 3 : namespace HLR 4 : { 5 : namespace PointCloud 6 : { 7 0 : std::vector<Object> KinectInterpreter::get_objects( 8 : const HLR::Vision::CupDetection& detected_cups, 9 : const pcl::PointCloud<pcl::PointXYZ>& point_cloud) 10 0 : {} 11 : 12 : } // namespace PointCloud 13 3 : } // namespace HLR |
Generated by: LCOV version 1.12 |