mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 11:45:30 +08:00
Restored test disabled during 3.0-alpha preparation.
This commit is contained in:
parent
cdfa58dde0
commit
c41fb45da3
@ -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