Lines Matching refs:NcvRect32u
726 cv::Rect operator()(const NcvRect32u& nr) const { return cv::Rect(nr.x, nr.y, nr.width, nr.height); }
727 NcvRect32u operator()(const cv::Rect& nr) const
729 NcvRect32u rect;
738 static void groupRectangles(std::vector<NcvRect32u> &hypotheses, int groupThreshold, double eps, std::vector<Ncv32u> *weights)
767 NCVStatus ncvGroupRectangles_host(NCVVector<NcvRect32u> &hypotheses,
786 std::vector<NcvRect32u> rects(numHypotheses);
787 memcpy(&rects[0], hypotheses.ptr(), numHypotheses * sizeof(NcvRect32u));
802 memcpy(hypotheses.ptr(), &rects[0], numHypotheses * sizeof(NcvRect32u));
819 NcvRect32u *h_rects,
831 NcvRect32u rect = h_rects[i];
871 NcvRect32u *h_rects,
883 NcvRect32u *h_rects,