follow histogram

This commit is contained in:
Tomoaki Teshima
2018-03-16 16:48:03 +09:00
parent 6c25351049
commit f4e5d777e8
3 changed files with 24 additions and 3 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ namespace hist
void cv::cuda::equalizeHist(InputArray _src, OutputArray _dst, Stream& _stream)
{
GpuMat src = _src.getGpuMat();
GpuMat src = getInputMat(_src, _stream);
CV_Assert( src.type() == CV_8UC1 );