Home
last modified time | relevance | path

Searched refs:checkVector (Results 1 – 25 of 52) sorted by relevance

123

/external/opencv3/modules/calib3d/src/
Dsolvepnp.cpp60 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()
Dfundam.cpp116 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 …]
Dptsetreg.cpp115 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/
Doutlier_rejection.cpp55 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()
Dglobal_motion.cpp361 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/
DGLVTypeBParameters.java7 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/
Dcore+MatOfFloat6.java17 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()
Dcore+MatOfInt.java18 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()
Dcore+MatOfByte.java17 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()
Dcore+MatOfDouble.java17 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()
Dcore+MatOfFloat4.java17 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()
Dcore+MatOfFloat.java17 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()
Dcore+MatOfInt4.java18 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()
Dcore+MatOfPoint.java17 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfPoint()
28 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfPoint()
Dcore+MatOfPoint2f.java17 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfPoint2f()
28 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfPoint2f()
Dcore+MatOfPoint3f.java17 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfPoint3f()
28 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfPoint3f()
Dcore+MatOfPoint3.java17 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfPoint3()
28 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfPoint3()
Dcore+MatOfDMatch.java19 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfDMatch()
30 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfDMatch()
Dcore+MatOfRect.java18 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfRect()
29 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfRect()
Dcore+MatOfKeyPoint.java19 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfKeyPoint()
30 if( !empty() && checkVector(_channels, _depth) < 0 ) in MatOfKeyPoint()
/external/opencv3/modules/core/misc/java/test/
DMatTest.java62 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/
Ddata.cpp57 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/
Dconvhull.cpp132 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()
Dlinefit.cpp600 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()
Dshapedescr.cpp202 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()

123