Home | History | Annotate | Download | only in src

Lines Matching full:searchlocations

819 //  void detect(Mat img, vector_Point& foundLocations, vector_double& weights, double hitThreshold = 0, Size winStride = Size(), Size padding = Size(), vector_Point searchLocations = std::vector<Point>())
834 std::vector<Point> searchLocations;
836 Mat_to_vector_Point( searchLocations_mat, searchLocations );
841 me->detect( img, foundLocations, weights, (double)hitThreshold, winStride, padding, searchLocations );