From 4239bac4edd646e60ee5114c4993bdf5a327a73f Mon Sep 17 00:00:00 2001 From: Tomoaki Teshima Date: Mon, 6 Jun 2016 18:06:23 +0900 Subject: [PATCH] fix warning of doc * update the comment to real header --- modules/core/include/opencv2/core.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/core/include/opencv2/core.hpp b/modules/core/include/opencv2/core.hpp index fef0395..22121ce 100644 --- a/modules/core/include/opencv2/core.hpp +++ b/modules/core/include/opencv2/core.hpp @@ -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); -- 2.7.4