mirror of
https://github.com/opencv/opencv.git
synced 2024-12-12 07:09:12 +08:00
minor
This commit is contained in:
parent
0b34d90dfa
commit
02d864070a
@ -421,7 +421,7 @@ void WarpFrameTest::run(bool needRgb, bool scaleDown, bool checkMask, bool ident
|
||||
std::string dataPath = cvtest::TS::ptr()->get_data_path();
|
||||
std::string srcDepthFilename = dataPath + "/cv/rgbd/depth.png";
|
||||
std::string srcRgbFilename = dataPath + "/cv/rgbd/rgb.png";
|
||||
// The depth was generated using the script at 3d/misc/python/warp_test.py
|
||||
// The depth was generated using the script at testdata/cv/rgbd/warped_depth_generator/warp_test.py
|
||||
std::string warpedDepthFilename = dataPath + "/cv/rgbd/warpedDepth.png";
|
||||
std::string warpedRgbFilename = dataPath + "/cv/rgbd/warpedRgb.png";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user