1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

getScaledDepth -> getProcessedDepth

This commit is contained in:
Rostislav Vasilikhin
2022-10-25 02:45:28 +02:00
parent 52d82bb44a
commit 097b0245da
5 changed files with 9 additions and 9 deletions
+1 -2
View File
@@ -310,8 +310,7 @@ void OdometryTest::prepareFrameCheck()
ASSERT_LE(grayNorm, 0.0);
}
//TODO: remove it when scale issue is fixed
odf.getScaledDepth(scaled);
odf.getProcessedDepth(scaled);
int scalednz = countNonZero(scaled);
EXPECT_EQ(scalednz, depthnz);