Opencv 3.1 project on GR-PEACH board

Fork of gr-peach-opencv-project by the do

Embed: (wiki syntax)

« Back to documentation index

Private implementation helpers

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.