follow the naming rule as other API

* stop using 'CUDA' prefix
  * add explanation
This commit is contained in:
Tomoaki Teshima
2016-08-01 18:42:09 +09:00
parent b2698f24b0
commit 2db2d137ce
3 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -594,7 +594,7 @@ void cv::cuda::GpuMat::convertTo(OutputArray _dst, int rtype, double alpha, doub
funcs[sdepth][ddepth](reshape(1), dst.reshape(1), alpha, beta, stream);
}
void cv::cuda::convertFp16Cuda(InputArray _src, OutputArray _dst, Stream& stream)
void cv::cuda::convertFp16(InputArray _src, OutputArray _dst, Stream& stream)
{
GpuMat src = _src.getGpuMat();
int ddepth = 0;