This commit is contained in:
Rostislav Vasilikhin 2022-06-30 21:32:41 +02:00
parent 3c3eba868a
commit 75a8e3e956

View File

@ -520,7 +520,8 @@ void WarpFrameTest::run(bool needRgb, bool scaleDown, bool checkMask, bool ident
}
// test data used to generate warped depth and rgb
// the script used to generate is at TODO: here
// the script used to generate is in opencv_extra repo
// at testdata/cv/rgbd/warped_depth_generator/warp_test.py
double fx = 525.0, fy = 525.0,
cx = 319.5, cy = 239.5;
Matx33d K(fx, 0, cx,