Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of gr-peach-opencv-project by
Private implementation helpers
[Universal intrinsics]
Functions | |
| OPENCV_HAL_IMPL_BIN_OP (+) OPENCV_HAL_IMPL_BIN_OP(-) OPENCV_HAL_IMPL_BIN_OP(*) OPENCV_HAL_IMPL_BIN_OP(/) OPENCV_HAL_IMPL_BIT_OP(&) OPENCV_HAL_IMPL_BIT_OP(|) OPENCV_HAL_IMPL_BIT_OP(^) template< typename _Tp | |
| Add values. | |
Function Documentation
| cv::OPENCV_HAL_IMPL_BIN_OP | ( | + | ) |
Add values.
For all types. Subtract values
For all types. Multiply values
For 16- and 32-bit integer types and floating types. Divide values
For floating types only. Helper macroBitwise AND
Only for integer types. Bitwise OR
Only for integer types. Bitwise XOR
Only for integer types. Bitwise NOT
Only for integer types.
Generated on Tue Jul 12 2022 15:17:34 by
1.7.2
