Home
last modified time | relevance | path

Searched defs:kp2 (Results 1 – 12 of 12) sorted by relevance

/external/opencv3/samples/python2/
Dfind_obj.py58 def filter_matches(kp1, kp2, matches, ratio = 0.75): argument
166 kp2, desc2 = detector.detectAndCompute(img2, None) variable
Dasift.py139 kp2, desc2 = affine_detect(detector, img2, pool=pool) variable
/external/opencv3/modules/features2d/src/
Ddraw.cpp170 … const KeyPoint& kp1, const KeyPoint& kp2, const Scalar& matchColor, int flags ) in _drawMatch()
212 const KeyPoint &kp1 = keypoints1[i1], &kp2 = keypoints2[i2]; in drawMatches() local
240 const KeyPoint &kp1 = keypoints1[i1], &kp2 = keypoints2[i2]; in drawMatches() local
Dkeypoint.cpp171 const KeyPoint& kp2 = (*kp)[j]; in operator ()() local
204 KeyPoint& kp2 = keypoints[kpidx[j]]; in removeDuplicated() local
Dfast.cpp301 UMat kp2(1, maxKeypoints*3+1, CV_32S); in ocl_FAST() local
Devaluation.cpp343 EllipticKeyPoint kp2 = keypoints2t[i2]; in computeOneToOneMatchedOverlaps() local
/external/opencv3/modules/ts/src/
Dcuda_perf.cpp278 cv::KeyPoint kp2 = (*keypoints)[i2]; in operator ()() local
/external/opencv3/modules/core/src/
Dtypes.cpp97 float KeyPoint::overlap( const KeyPoint& kp1, const KeyPoint& kp2 ) in overlap()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/psaux/
Dafmparse.c674 AFM_KernPair kp2 = (AFM_KernPair)b; in afm_compare_kern_pairs() local
/external/pdfium/third_party/freetype/src/psaux/
Dafmparse.c674 AFM_KernPair kp2 = (AFM_KernPair)b; in afm_compare_kern_pairs() local
/external/freetype/src/psaux/
Dafmparse.c674 AFM_KernPair kp2 = (AFM_KernPair)b; in afm_compare_kern_pairs() local
/external/conscrypt/src/test/java/org/conscrypt/
DNativeCryptoTest.java226 KeyPair kp2 = kpg.generateKeyPair(); in test_EVP_PKEY_cmp() local