follow other interface

* remove useHW option
  * update test
This commit is contained in:
Tomoaki Teshima
2016-06-06 08:56:37 +09:00
parent b2ad7cd9c0
commit eccf2fa4c3
3 changed files with 14 additions and 11 deletions

View File

@@ -533,7 +533,7 @@ CV_16S to represent the bit depth. If the input array is neither of them, it'll
@param dst output array.
@param useHW if possible use HW SIMD instruction to convert
*/
CV_EXPORTS_W void convertFp16(InputArray src, OutputArray dst, bool useHW = true);
CV_EXPORTS_W void convertFp16(InputArray src, OutputArray dst);
/** @brief Performs a look-up table transform of an array.