|
OpenCV453
|
struct for detection region of interest (ROI) [詳解]
#include <objdetect.hpp>
公開変数類 | |
| double | scale |
| scale(size) of the bounding box | |
| std::vector< cv::Point > | locations |
| set of requested locations to be evaluated | |
| std::vector< double > | confidences |
| vector that will contain confidence values for each location | |
struct for detection region of interest (ROI)