Home
last modified time | relevance | path

Searched refs:newPoints (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cvaux/src/
Dcvcorrimages.cpp551 CvMat *newPoints,/* New points */ in icvRemoveDoublePoins() argument
568 if( oldPoints == 0 || newPoints == 0 || in icvRemoveDoublePoins()
574 if( !CV_IS_MAT(oldPoints) || !CV_IS_MAT(newPoints) ) in icvRemoveDoublePoins()
597 newNumPoints = newPoints->cols; in icvRemoveDoublePoins()
618 if( newPoints->rows != 2) in icvRemoveDoublePoins()
665 float x = (float)cvmGet(newPoints,0,i); in icvRemoveDoublePoins()
666 float y = (float)cvmGet(newPoints,1,i); in icvRemoveDoublePoins()
720 pt.x = (float)cvmGet(newPoints,0,i); in icvRemoveDoublePoins()
721 pt.y = (float)cvmGet(newPoints,1,i); in icvRemoveDoublePoins()
840 CvMat *newPoints, //Points on new image corr for prev in icvAddNewImageToPrevious____() argument
[all …]
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...