fix warning of doc
authorTomoaki Teshima <tomoaki.teshima@gmail.com>
Mon, 6 Jun 2016 09:06:23 +0000 (18:06 +0900)
committerTomoaki Teshima <tomoaki.teshima@gmail.com>
Mon, 6 Jun 2016 09:06:23 +0000 (18:06 +0900)
  * update the comment to real header

modules/core/include/opencv2/core.hpp

index fef0395..22121ce 100644 (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);