Searched refs:_truth (Results 1 – 1 of 1) sorted by relevance
379 float[] _truth = new float[matSize * matSize * 3]; in testReprojectImageTo3DMatMatMat() local382 _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() local417 _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 …]