1
0
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:
Ilya Lavrenov
2013-12-12 23:42:54 +04:00
parent f3e2bfea79
commit 5c0dabf1ea
4 changed files with 193 additions and 6 deletions
+1 -1
View File
@@ -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);
}
};