1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43: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
@@ -76,6 +76,8 @@ protected:
destroyWindow("equalized gray");
#endif
ts->set_failed_test_info(cvtest::TS::OK);
(void)uresult.getMat(ACCESS_READ);
}
};