Lines Matching refs:npoints
60 …ponses_gpu(PtrStepSzb img, const short2* loc, float* response, const int npoints, int blockSize, f…
64 …void IC_Angle_gpu(PtrStepSzb image, const short2* loc, float* angle, int npoints, int half_k, cuda…
66 …id computeOrbDescriptor_gpu(PtrStepb img, const short2* loc, const float* angle, const int npoints,
69 …void mergeLocation_gpu(const short2* loc, float* x, float* y, int npoints, float scale, cudaStream…
466 static void makeRandomPattern(int patchSize, Point* pattern, int npoints) in makeRandomPattern() argument
472 for (int i = 0; i < npoints; i++) in makeRandomPattern()
539 const int npoints = 512; in ORB_Impl() local
540 Point pattern_buf[npoints]; in ORB_Impl()
545 makeRandomPattern(patchSize_, pattern_buf, npoints); in ORB_Impl()
551 h_pattern.create(2, npoints, CV_32SC1); in ORB_Impl()
556 for (int i = 0; i < npoints; ++i) in ORB_Impl()
565 initializeOrbPattern(pattern0, h_pattern, ntuples, WTA_K_, npoints); in ORB_Impl()
827 const int npoints = h_keypoints.cols; in convert() local
829 keypoints.resize(npoints); in convert()
838 for (int i = 0; i < npoints; ++i) in convert()