We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a132fd4 + fd576d9 commit 1894426Copy full SHA for 1894426
modules/calib3d/test/test_fisheye.cpp
@@ -185,7 +185,7 @@ TEST_F(fisheyeTest, undistortImage)
185
186
cv::Matx33d theK = this->K;
187
cv::Mat theD = cv::Mat(this->D);
188
- std::string file = combine(datasets_repository_path, "/calib-3_stereo_from_JY/left/stereo_pair_014.jpg");
+ std::string file = combine(datasets_repository_path, "stereo_pair_014.png");
189
cv::Matx33d newK = theK;
190
cv::Mat distorted = cv::imread(file), undistorted;
191
{
0 commit comments