Lines Matching refs:vector

151 CV_EXPORTS   void groupRectangles(std::vector<Rect>& rectList, int groupThreshold, double eps = 0.2…
153 CV_EXPORTS_W void groupRectangles(CV_IN_OUT std::vector<Rect>& rectList, CV_OUT std::vector<int>& w…
156 CV_EXPORTS void groupRectangles(std::vector<Rect>& rectList, int groupThreshold,
157 … double eps, std::vector<int>* weights, std::vector<double>* levelWeights );
159 CV_EXPORTS void groupRectangles(std::vector<Rect>& rectList, std::vector<int>& rejectLevels,
160 … std::vector<double>& levelWeights, int groupThreshold, double eps = 0.2);
162 CV_EXPORTS void groupRectangles_meanshift(std::vector<Rect>& rectList, std::vector<double>& found…
163 std::vector<double>& foundScales,
181 CV_OUT std::vector<Rect>& objects,
187 CV_OUT std::vector<Rect>& objects,
188 CV_OUT std::vector<int>& numDetections,
194 CV_OUT std::vector<Rect>& objects,
195 CV_OUT std::vector<int>& rejectLevels,
196 CV_OUT std::vector<double>& levelWeights,
267 CV_OUT std::vector<Rect>& objects,
289 CV_OUT std::vector<Rect>& objects,
290 CV_OUT std::vector<int>& numDetections,
300 CV_OUT std::vector<Rect>& objects,
301 CV_OUT std::vector<int>& rejectLevels,
302 CV_OUT std::vector<double>& levelWeights,
332 std::vector<cv::Point> locations;
334 std::vector<double> confidences;
388 CV_OUT std::vector<float>& descriptors,
390 const std::vector<Point>& locations = std::vector<Point>()) const;
393 CV_WRAP virtual void detect(const Mat& img, CV_OUT std::vector<Point>& foundLocations,
394 CV_OUT std::vector<double>& weights,
397 const std::vector<Point>& searchLocations = std::vector<Point>()) const;
399 virtual void detect(const Mat& img, CV_OUT std::vector<Point>& foundLocations,
402 const std::vector<Point>& searchLocations=std::vector<Point>()) const;
405 CV_WRAP virtual void detectMultiScale(InputArray img, CV_OUT std::vector<Rect>& foundLocations,
406 CV_OUT std::vector<double>& foundWeights, double hitThreshold = 0,
410 virtual void detectMultiScale(InputArray img, CV_OUT std::vector<Rect>& foundLocations,
418 CV_WRAP static std::vector<float> getDefaultPeopleDetector();
419 CV_WRAP static std::vector<float> getDaimlerPeopleDetector();
431 CV_PROP std::vector<float> svmDetector;
439 virtual void detectROI(const cv::Mat& img, const std::vector<cv::Point> &locations,
440 … CV_OUT std::vector<cv::Point>& foundLocations, CV_OUT std::vector<double>& confidences,
446 CV_OUT std::vector<cv::Rect>& foundLocations,
447 std::vector<DetectionROI>& locations,
453 …void groupRectangles(std::vector<cv::Rect>& rectList, std::vector<double>& weights, int groupThres…