mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
added cv::equalizeHist to T-API
This commit is contained in:
@@ -184,7 +184,7 @@ OCL_TEST_P(EqualizeHist, Mat)
|
||||
OCL_OFF(cv::equalizeHist(src_roi, dst_roi));
|
||||
OCL_ON(cv::equalizeHist(usrc_roi, udst_roi));
|
||||
|
||||
Near(1.1);
|
||||
Near(1);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -76,6 +76,8 @@ protected:
|
||||
destroyWindow("equalized gray");
|
||||
#endif
|
||||
ts->set_failed_test_info(cvtest::TS::OK);
|
||||
|
||||
(void)uresult.getMat(ACCESS_READ);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user