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