HomeSort by relevance Sort by last modified time
    Searched defs:matSize (Results 1 - 17 of 17) sorted by null

  /external/opencv3/modules/features2d/misc/java/test/
BruteForceDescriptorMatcherTest.java 26 int matSize;
56 Mat cross = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255));
57 Imgproc.line(cross, new Point(30, matSize / 2), new Point(matSize - 31, matSize / 2), new Scalar(100), 3);
58 Imgproc.line(cross, new Point(matSize / 2, 30), new Point(matSize / 2, matSize - 31), new Scalar(100), 3);
76 Mat cross = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255))
    [all...]
BruteForceHammingDescriptorMatcherTest.java 25 int matSize;
41 Mat img = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255));
42 Imgproc.line(img, new Point(40, matSize - 40), new Point(matSize - 50, 50), new Scalar(0), 8);
64 Mat img = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255));
65 Imgproc.line(img, new Point(40, 40), new Point(matSize - 40, matSize - 40), new Scalar(0), 8);
72 matSize = 100
    [all...]
BruteForceHammingLUTDescriptorMatcherTest.java 24 int matSize;
40 Mat img = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255));
41 Imgproc.line(img, new Point(40, matSize - 40), new Point(matSize - 50, 50), new Scalar(0), 8);
63 Mat img = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255));
64 Imgproc.line(img, new Point(40, 40), new Point(matSize - 40, matSize - 40), new Scalar(0), 8);
71 matSize = 100
    [all...]
BruteForceL1DescriptorMatcherTest.java 25 int matSize;
56 Mat cross = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255));
57 Imgproc.line(cross, new Point(30, matSize / 2), new Point(matSize - 31, matSize / 2), new Scalar(100), 3);
58 Imgproc.line(cross, new Point(matSize / 2, 30), new Point(matSize / 2, matSize - 31), new Scalar(100), 3);
76 Mat cross = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255))
    [all...]
BruteForceSL2DescriptorMatcherTest.java 25 int matSize;
61 Mat cross = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255));
62 Imgproc.line(cross, new Point(30, matSize / 2), new Point(matSize - 31, matSize / 2), new Scalar(100), 3);
63 Imgproc.line(cross, new Point(matSize / 2, 30), new Point(matSize / 2, matSize - 31), new Scalar(100), 3);
81 Mat cross = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255))
    [all...]
FlannBasedDescriptorMatcherTest.java 99 int matSize;
130 Mat cross = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255));
131 Imgproc.line(cross, new Point(30, matSize / 2), new Point(matSize - 31, matSize / 2), new Scalar(100), 3);
132 Imgproc.line(cross, new Point(matSize / 2, 30), new Point(matSize / 2, matSize - 31), new Scalar(100), 3);
150 Mat cross = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255))
    [all...]
BRIEFDescriptorExtractorTest.java 18 int matSize;
21 Mat cross = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255));
22 Imgproc.line(cross, new Point(20, matSize / 2), new Point(matSize - 21, matSize / 2), new Scalar(100), 2);
23 Imgproc.line(cross, new Point(matSize / 2, 20), new Point(matSize / 2, matSize - 21), new Scalar(100), 2);
32 matSize = 100
    [all...]
ORBDescriptorExtractorTest.java 18 int matSize;
26 Mat cross = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255));
27 Imgproc.line(cross, new Point(20, matSize / 2), new Point(matSize - 21, matSize / 2), new Scalar(100), 2);
28 Imgproc.line(cross, new Point(matSize / 2, 20), new Point(matSize / 2, matSize - 21), new Scalar(100), 2);
37 matSize = 100
    [all...]
SIFTDescriptorExtractorTest.java 19 int matSize;
23 Mat cross = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255));
24 Imgproc.line(cross, new Point(20, matSize / 2), new Point(matSize - 21, matSize / 2), new Scalar(100), 2);
25 Imgproc.line(cross, new Point(matSize / 2, 20), new Point(matSize / 2, matSize - 21), new Scalar(100), 2);
35 matSize = 100
    [all...]
SURFDescriptorExtractorTest.java 18 int matSize;
21 Mat cross = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255));
22 Imgproc.line(cross, new Point(20, matSize / 2), new Point(matSize - 21, matSize / 2), new Scalar(100), 2);
23 Imgproc.line(cross, new Point(matSize / 2, 20), new Point(matSize / 2, matSize - 21), new Scalar(100), 2);
37 matSize = 100
    [all...]
STARFeatureDetectorTest.java 20 int matSize;
24 Mat mask = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255));
25 Mat right = mask.submat(0, matSize, matSize / 2, matSize);
32 int center = matSize / 2;
36 Mat img = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255));
48 matSize = 200
    [all...]
SURFFeatureDetectorTest.java 24 int matSize;
28 Mat mask = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255));
29 Mat right = mask.submat(0, matSize, matSize / 2, matSize);
35 Mat cross = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(255));
36 Imgproc.line(cross, new Point(20, matSize / 2), new Point(matSize - 21, matSize / 2), new Scalar(100), 2)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderIndexingTests.cpp 840 int matSize = getDataTypeMatrixNumRows(varType);
841 const char* matSizeName = getIntUniformName(matSize);
842 DataType vecType = getDataTypeFloatVec(matSize);
861 if (matSize >= 2) op << ", ui_one";
862 if (matSize >= 3) op << ", ui_two";
863 if (matSize >= 4) op << ", ui_three";
889 if (matSize >= 2) op << " tmp[1] = ${VEC_TYPE}(coords.yzwx) * 0.5;\n";
890 if (matSize >= 3) op << " tmp[2] = ${VEC_TYPE}(coords.zwxy) * 0.25;\n";
891 if (matSize >= 4) op << " tmp[3] = ${VEC_TYPE}(coords.wxyz) * 0.125;\n";
896 if (matSize >= 2) op << " tmp[ui_one] = ${VEC_TYPE}(coords.yzwx) * 0.5;\n"
    [all...]
  /external/opencv3/modules/java/android_test/src/org/opencv/test/
OpenCVTestCase.java 34 protected static final int matSize = 10;
104 gray0 = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(0));
105 gray1 = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(1));
106 gray2 = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(2));
107 gray3 = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(3));
108 gray9 = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(9))
    [all...]
  /external/opencv3/modules/java/pure_test/src/org/opencv/test/
OpenCVTestCase.java 36 protected static final int matSize = 10;
134 gray0 = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(0));
135 gray1 = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(1));
136 gray2 = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(2));
137 gray3 = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(3));
138 gray9 = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(9))
    [all...]
  /external/opencv3/modules/core/misc/java/test/
CoreTest.java 107 Mat covar = new Mat(matSize, matSize, CvType.CV_64FC1);
108 Mat mean = new Mat(1, matSize, CvType.CV_64FC1);
117 Mat covar = new Mat(matSize, matSize, CvType.CV_32F);
118 Mat mean = new Mat(1, matSize, CvType.CV_32F);
470 int matSize = 10;
471 Mat gray0 = Mat.zeros(matSize, matSize, CvType.CV_8U);
940 Mat covar = new Mat(matSize, matSize, CvType.CV_32F)
    [all...]
  /external/opencv3/modules/imgproc/misc/java/test/
ImgprocTest.java 508 truth = new Mat(matSize, matSize, CvType.CV_32FC1, new Scalar(0));
520 truth = new Mat(matSize, matSize, CvType.CV_32FC1, new Scalar(0));
544 truth = new Mat(matSize, matSize, CvType.CV_32FC1, new Scalar(0));
583 Mat img = new Mat(matSize, matSize, CvType.CV_8U, new Scalar(128));
818 Mat mask = new Mat(matSize + 2, matSize + 2, CvType.CV_8U, new Scalar(0))
    [all...]

Completed in 496 milliseconds