mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
getScaledDepth -> getProcessedDepth
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user