Searched refs:cornerPoints (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/src/fxbarcode/datamatrix/ |
D | BC_DataMatrixDetector.cpp | 52 CFX_PtrArray* cornerPoints = m_rectangleDetector->Detect(e); in Detect() local 54 CBC_ResultPoint* pointA = (CBC_ResultPoint*)(*cornerPoints)[0]; in Detect() 55 CBC_ResultPoint* pointB = (CBC_ResultPoint*)(*cornerPoints)[1]; in Detect() 56 CBC_ResultPoint* pointC = (CBC_ResultPoint*)(*cornerPoints)[2]; in Detect() 57 CBC_ResultPoint* pointD = (CBC_ResultPoint*)(*cornerPoints)[3]; in Detect() 58 delete cornerPoints; in Detect() 59 cornerPoints = NULL; in Detect()
|
/external/opencv/cvaux/src/ |
D | cvcorrimages.cpp | 62 CvPoint2D32f *cornerPoints = 0; in icvCreateFeaturePoints() local 126 CV_CALL( cornerPoints = (CvPoint2D32f*)cvAlloc( sizeof(CvPoint2D32f) * needNumPoints) ); in icvCreateFeaturePoints() 137 cvGoodFeaturesToTrack(grayImage, eigImage, tmpImage, cornerPoints, &foundNum, quality, minDist); in icvCreateFeaturePoints() 143 cvmSet(points,0,i,cornerPoints[i].x); in icvCreateFeaturePoints() 144 cvmSet(points,1,i,cornerPoints[i].y); in icvCreateFeaturePoints() 169 cvFree(&cornerPoints); in icvCreateFeaturePoints()
|