mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 06:26:29 +08:00
Merge pull request #17188 from asmorkalov:as/fisheye_test
This commit is contained in:
commit
27ee6501eb
@ -101,7 +101,7 @@ TEST_F(fisheyeTest, projectPoints)
|
||||
EXPECT_MAT_NEAR(distorted0, distorted2, 1e-10);
|
||||
}
|
||||
|
||||
TEST_F(fisheyeTest, DISABLED_undistortImage)
|
||||
TEST_F(fisheyeTest, undistortImage)
|
||||
{
|
||||
cv::Matx33d theK = this->K;
|
||||
cv::Mat theD = cv::Mat(this->D);
|
||||
|
Loading…
Reference in New Issue
Block a user