added cv::calcHist to T-API (only for CV_8UC1 with 256 bins)
authorIlya Lavrenov <ilya.lavrenov@itseez.com>
Wed, 29 Jan 2014 16:19:15 +0000 (20:19 +0400)
committerIlya Lavrenov <ilya.lavrenov@itseez.com>
Wed, 29 Jan 2014 16:19:15 +0000 (20:19 +0400)
commit384a28622d766c4ce302051152b40d7a1655ba85
treeae07e9185b2568f4d397646ad62cbe84e1eab2c3
parentfff5a6c058aaf8d9605198d2c9e98b7be7aff29c
added cv::calcHist to T-API (only for CV_8UC1 with 256 bins)
modules/core/src/matrix.cpp
modules/imgproc/src/histogram.cpp
modules/imgproc/test/ocl/test_histogram.cpp