Skip to content

Commit 1894426

Browse files
authored
Merge pull request opencv#25282 from asmorkalov:as/deterministic_undistort_test
Added PNG instance of image for fisheye::undistort test
2 parents a132fd4 + fd576d9 commit 1894426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/calib3d/test/test_fisheye.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ TEST_F(fisheyeTest, undistortImage)
185185

186186
cv::Matx33d theK = this->K;
187187
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");
188+
std::string file = combine(datasets_repository_path, "stereo_pair_014.png");
189189
cv::Matx33d newK = theK;
190190
cv::Mat distorted = cv::imread(file), undistorted;
191191
{

0 commit comments

Comments
 (0)