mirror of
https://github.com/opencv/opencv.git
synced 2025-06-10 11:03:03 +08:00
minor
This commit is contained in:
parent
3c3eba868a
commit
75a8e3e956
@ -520,7 +520,8 @@ void WarpFrameTest::run(bool needRgb, bool scaleDown, bool checkMask, bool ident
|
|||||||
}
|
}
|
||||||
|
|
||||||
// test data used to generate warped depth and rgb
|
// 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,
|
double fx = 525.0, fy = 525.0,
|
||||||
cx = 319.5, cy = 239.5;
|
cx = 319.5, cy = 239.5;
|
||||||
Matx33d K(fx, 0, cx,
|
Matx33d K(fx, 0, cx,
|
||||||
|
Loading…
Reference in New Issue
Block a user