Home
last modified time | relevance | path

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

/external/opencv3/modules/calib3d/misc/java/test/
DCalib3dTest.java379 float[] _truth = new float[matSize * matSize * 3]; in testReprojectImageTo3DMatMatMat() local
382 _truth[(i * matSize + j) * 3 + 0] = i; in testReprojectImageTo3DMatMatMat()
383 _truth[(i * matSize + j) * 3 + 1] = j; in testReprojectImageTo3DMatMatMat()
384 _truth[(i * matSize + j) * 3 + 2] = i - j; in testReprojectImageTo3DMatMatMat()
386 truth.put(0, 0, _truth); in testReprojectImageTo3DMatMatMat()
414 float[] _truth = new float[matSize * matSize * 3]; in testReprojectImageTo3DMatMatMatBoolean() local
417 _truth[(i * matSize + j) * 3 + 0] = i; in testReprojectImageTo3DMatMatMatBoolean()
418 _truth[(i * matSize + j) * 3 + 1] = j; in testReprojectImageTo3DMatMatMatBoolean()
419 _truth[(i * matSize + j) * 3 + 2] = i - j; in testReprojectImageTo3DMatMatMatBoolean()
421 _truth[2] = 10000; in testReprojectImageTo3DMatMatMatBoolean()
[all …]