27 #ifndef DIGIKAM_FULL_OBJECT_DETECTION_H
28 #define DIGIKAM_FULL_OBJECT_DETECTION_H
36 #include "digikam_opencv.h"
49 const std::vector<std::vector<float> >& parts_);
51 const cv::Rect& get_rect()
const;
55 unsigned long num_parts()
const;
57 const std::vector<float>& part(
unsigned long idx)
const;
59 std::vector<float>& part(
unsigned long idx);
64 std::vector<std::vector<float> > parts;
Definition: fullobjectdetection.h:43
Definition: datefolderview.cpp:43
std::vector< cv::Rect > getEyes(const FullObjectDetection &shape)
Definition: fullobjectdetection.cpp:75