/external/opencv3/modules/calib3d/src/ |
D | solvepnp.cpp | 60 int npoints = std::max(opoints.checkVector(3, CV_32F), opoints.checkVector(3, CV_64F)); in solvePnP() 61 …CV_Assert( npoints >= 0 && npoints == std::max(ipoints.checkVector(2, CV_32F), ipoints.checkVector… in solvePnP() 183 int i, count = opoints.checkVector(3); in computeError() 229 int npoints = std::max(opoints.checkVector(3, CV_32F), opoints.checkVector(3, CV_64F)); in solvePnPRansac() 230 …CV_Assert( npoints >= 0 && npoints == std::max(ipoints.checkVector(2, CV_32F), ipoints.checkVector… in solvePnPRansac()
|
D | fundam.cpp | 116 int i, count = m1.checkVector(2); in runKernel() 183 int i, count = m1.checkVector(2); in computeError() 214 int i, count = src.checkVector(2); in compute() 357 npoints = p.checkVector(2, -1, false); in findHomography() 360 npoints = p.checkVector(3, -1, false); in findHomography() 370 CV_Assert( src.checkVector(2) == dst.checkVector(2) ); in findHomography() 563 int i, j, k, count = _m1.checkVector(2); in run8Point() 679 int count = m1.checkVector(2); in runKernel() 694 int i, count = __m1.checkVector(2); in computeError() 738 npoints = p.checkVector(2, -1, false); in findFundamentalMat() [all …]
|
D | ptsetreg.cpp | 115 int count = m1.checkVector(d1), count2 = m2.checkVector(d2); in getSubset() 173 int count = m1.checkVector(d1), count2 = m2.checkVector(d2), maxGoodCount = 0; in run() 286 int count = m1.checkVector(d1), count2 = m2.checkVector(d2); in run() 449 int count = m1.checkVector(3); in computeError() 511 int count = from.checkVector(3); in estimateAffine3D() 513 CV_Assert( count >= 0 && to.checkVector(3) == count ); in estimateAffine3D()
|
/external/opencv3/modules/videostab/src/ |
D | outlier_rejection.cpp | 55 CV_Assert(points0.getMat().checkVector(2) == points1.getMat().checkVector(2)); in process() 57 int npoints = points0.getMat().checkVector(2); in process() 74 CV_Assert(points0.getMat().checkVector(2) == points1.getMat().checkVector(2)); in process() 76 int npoints = points0.getMat().checkVector(2); in process()
|
D | global_motion.cpp | 361 const int npoints = points0.getMat().checkVector(2); in estimateGlobalMotionLeastSquares() 362 CV_Assert(points1.getMat().checkVector(2) == npoints); in estimateGlobalMotionLeastSquares() 385 const int npoints = points0.getMat().checkVector(2); in estimateGlobalMotionRansac() 386 CV_Assert(points1.getMat().checkVector(2) == npoints); in estimateGlobalMotionRansac() 492 const int npoints = points0.getMat().checkVector(2); in estimate() 493 CV_Assert(points1.getMat().checkVector(2) == npoints); in estimate() 534 const int npoints = points0.getMat().checkVector(2); in estimate() 535 CV_Assert(points1.getMat().checkVector(2) == npoints); in estimate()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/endo/ |
D | GLVTypeBParameters.java | 7 private static void checkVector(BigInteger[] v, String name) in checkVector() method in GLVTypeBParameters 24 checkVector(v1, "v1"); in GLVTypeBParameters() 25 checkVector(v2, "v2"); in GLVTypeBParameters()
|
/external/opencv3/modules/core/misc/java/src/java/ |
D | core+MatOfFloat6.java | 17 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfFloat6() 28 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfFloat6() 52 int num = checkVector(_channels, _depth); in toArray()
|
D | core+MatOfInt.java | 18 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfInt() 29 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfInt() 53 int num = checkVector(_channels, _depth); in toArray()
|
D | core+MatOfByte.java | 17 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfByte() 28 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfByte() 52 int num = checkVector(_channels, _depth); in toArray()
|
D | core+MatOfDouble.java | 17 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfDouble() 28 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfDouble() 52 int num = checkVector(_channels, _depth); in toArray()
|
D | core+MatOfFloat4.java | 17 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfFloat4() 28 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfFloat4() 52 int num = checkVector(_channels, _depth); in toArray()
|
D | core+MatOfFloat.java | 17 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfFloat() 28 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfFloat() 52 int num = checkVector(_channels, _depth); in toArray()
|
D | core+MatOfInt4.java | 18 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfInt4() 29 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfInt4() 53 int num = checkVector(_channels, _depth); in toArray()
|
D | core+MatOfPoint.java | 17 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfPoint() 28 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfPoint()
|
D | core+MatOfPoint2f.java | 17 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfPoint2f() 28 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfPoint2f()
|
D | core+MatOfPoint3f.java | 17 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfPoint3f() 28 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfPoint3f()
|
D | core+MatOfPoint3.java | 17 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfPoint3() 28 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfPoint3()
|
D | core+MatOfDMatch.java | 19 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfDMatch() 30 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfDMatch()
|
D | core+MatOfRect.java | 18 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfRect() 29 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfRect()
|
D | core+MatOfKeyPoint.java | 19 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfKeyPoint() 30 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfKeyPoint()
|
/external/opencv3/modules/core/misc/java/test/ |
D | MatTest.java | 62 assertEquals(2, new Mat(2, 10, CvType.CV_8U).checkVector(10)); in testCheckVectorInt() 63 assertEquals(2, new Mat(1, 2, CvType.CV_8UC(10)).checkVector(10)); in testCheckVectorInt() 64 assertEquals(2, new Mat(2, 1, CvType.CV_8UC(10)).checkVector(10)); in testCheckVectorInt() 65 assertEquals(10, new Mat(1, 10, CvType.CV_8UC2).checkVector(2)); in testCheckVectorInt() 67 assertTrue(0 > new Mat().checkVector(0)); in testCheckVectorInt() 68 assertTrue(0 > new Mat(10, 1, CvType.CV_8U).checkVector(10)); in testCheckVectorInt() 69 assertTrue(0 > new Mat(10, 20, CvType.CV_8U).checkVector(10)); in testCheckVectorInt() 73 assertEquals(2, new Mat(2, 10, CvType.CV_8U).checkVector(10, CvType.CV_8U)); in testCheckVectorIntInt() 74 assertEquals(2, new Mat(1, 2, CvType.CV_8UC(10)).checkVector(10, CvType.CV_8U)); in testCheckVectorIntInt() 75 assertEquals(2, new Mat(2, 1, CvType.CV_8UC(10)).checkVector(10, CvType.CV_8U)); in testCheckVectorIntInt() [all …]
|
/external/opencv3/modules/ml/src/ |
D | data.cpp | 57 int i, j, n = idx.checkVector(1, CV_32S); in getSubVector() 255 CV_Assert( (sampleIdx.checkVector(1, CV_32S, true) > 0 && in setData() 257 sampleIdx.checkVector(1, CV_8U, true) == nsamples ); in setData() 264 CV_Assert( sampleWeights.checkVector(1, CV_32F, true) == nsamples ); in setData() 273 CV_Assert( (varIdx.checkVector(1, CV_32S, true) > 0 && in setData() 275 varIdx.checkVector(1, CV_8U, true) == ninputvars ); in setData() 305 CV_Assert( varType.checkVector(1, CV_8U, true) == nvars && in setData() 864 int i, n = sidx.checkVector(1, CV_32S), nsamples = getNSamples(); in getValues() 941 int i, n = vidx.checkVector(1, CV_32S), nvars = getNAllVars(); in getSample()
|
/external/opencv3/modules/imgproc/src/ |
D | convhull.cpp | 132 int i, total = points.checkVector(2), depth = points.depth(), nout = 0; in convexHull() 268 int i, j = 0, npoints = points.checkVector(2, CV_32S); in convexityDefects() 278 int hpoints = hull.checkVector(1, CV_32S); in convexityDefects() 381 int total = contour.checkVector(2), depth = contour.depth(); in isContourConvex()
|
D | linefit.cpp | 600 int npoints2 = points.checkVector(2, -1, false); in fitLine() 601 int npoints3 = points.checkVector(3, -1, false); in fitLine() 631 cv::Mat linemat(points.checkVector(2) >= 0 ? 4 : 6, 1, CV_32F, line); in cvFitLine()
|
D | shapedescr.cpp | 202 int i, j, k, count = points.checkVector(2); in minEnclosingCircle() 299 int count = curve.checkVector(2); in arcLength() 341 int npoints = contour.checkVector(2); in contourArea() 372 int i, n = points.checkVector(2); in fitEllipse() 485 int npoints = points.checkVector(2); in pointSetBoundingRect()
|