fix warning of doc

* update the comment to real header
This commit is contained in:
Tomoaki Teshima 2016-06-06 18:06:23 +09:00
parent eccf2fa4c3
commit 4239bac4ed

View File

@ -531,7 +531,6 @@ CV_16S to represent the bit depth. If the input array is neither of them, it'll
@param src input array.
@param dst output array.
@param useHW if possible use HW SIMD instruction to convert
*/
CV_EXPORTS_W void convertFp16(InputArray src, OutputArray dst);