Go to the source code of this file.
Namespaces | |
cv | |
Namespace where all the C++ OpenCV functionality resides. | |
cv::gpu | |
cv::gpu::device | |
cv::gpu::device::functional_detail | |
Functions | |
cv::gpu::device::OPENCV_GPU_IMPLEMENT_MINMAX (maximum, uchar,::max) OPENCV_GPU_IMPLEMENT_MINMAX(maximum | |
::max | cv::gpu::device::OPENCV_GPU_IMPLEMENT_MINMAX (maximum, char,::max) OPENCV_GPU_IMPLEMENT_MINMAX(maximum |
::max::max | cv::gpu::device::OPENCV_GPU_IMPLEMENT_MINMAX (maximum, short,::max) OPENCV_GPU_IMPLEMENT_MINMAX(maximum |
::max::max::max | cv::gpu::device::OPENCV_GPU_IMPLEMENT_MINMAX (maximum, uint,::max) OPENCV_GPU_IMPLEMENT_MINMAX(maximum |
::max::max::max::fmax | cv::gpu::device::OPENCV_GPU_IMPLEMENT_MINMAX (maximum, double,::fmax) template< typename T > struct minimum |
cv::gpu::device::OPENCV_GPU_IMPLEMENT_MINMAX (minimum, uchar,::min) OPENCV_GPU_IMPLEMENT_MINMAX(minimum | |
::min | cv::gpu::device::OPENCV_GPU_IMPLEMENT_MINMAX (minimum, char,::min) OPENCV_GPU_IMPLEMENT_MINMAX(minimum |
::min::min | cv::gpu::device::OPENCV_GPU_IMPLEMENT_MINMAX (minimum, short,::min) OPENCV_GPU_IMPLEMENT_MINMAX(minimum |
::min::min::min | cv::gpu::device::OPENCV_GPU_IMPLEMENT_MINMAX (minimum, uint,::min) OPENCV_GPU_IMPLEMENT_MINMAX(minimum |
::min::min::min::fmin | cv::gpu::device::OPENCV_GPU_IMPLEMENT_MINMAX (minimum, double,::fmin) template< typename T > struct abs_func |
cv::gpu::device::OPENCV_GPU_IMPLEMENT_UN_FUNCTOR (sqrt,::sqrt) OPENCV_GPU_IMPLEMENT_UN_FUNCTOR(exp | |
::exp | cv::gpu::device::OPENCV_GPU_IMPLEMENT_UN_FUNCTOR (exp2,::exp2) OPENCV_GPU_IMPLEMENT_UN_FUNCTOR(exp10 |
::exp::exp10 | cv::gpu::device::OPENCV_GPU_IMPLEMENT_UN_FUNCTOR (log,::log) OPENCV_GPU_IMPLEMENT_UN_FUNCTOR(log2 |
::exp::exp10::log2 | cv::gpu::device::OPENCV_GPU_IMPLEMENT_UN_FUNCTOR (log10,::log10) OPENCV_GPU_IMPLEMENT_UN_FUNCTOR(sin |
::exp::exp10::log2::sin | cv::gpu::device::OPENCV_GPU_IMPLEMENT_UN_FUNCTOR (cos,::cos) OPENCV_GPU_IMPLEMENT_UN_FUNCTOR(tan |
::exp::exp10::log2::sin::tan | cv::gpu::device::OPENCV_GPU_IMPLEMENT_UN_FUNCTOR (asin,::asin) OPENCV_GPU_IMPLEMENT_UN_FUNCTOR(acos |
::exp::exp10::log2::sin::tan::acos | cv::gpu::device::OPENCV_GPU_IMPLEMENT_UN_FUNCTOR (atan,::atan) OPENCV_GPU_IMPLEMENT_UN_FUNCTOR(sinh |
::exp::exp10::log2::sin::tan::acos::sinh | cv::gpu::device::OPENCV_GPU_IMPLEMENT_UN_FUNCTOR (cosh,::cosh) OPENCV_GPU_IMPLEMENT_UN_FUNCTOR(tanh |
::exp::exp10::log2::sin::tan::acos::sinh::tanh | cv::gpu::device::OPENCV_GPU_IMPLEMENT_UN_FUNCTOR (asinh,::asinh) OPENCV_GPU_IMPLEMENT_UN_FUNCTOR(acosh |
::exp::exp10::log2::sin::tan::acos::sinh::tanh::acosh | cv::gpu::device::OPENCV_GPU_IMPLEMENT_UN_FUNCTOR (atanh,::atanh) OPENCV_GPU_IMPLEMENT_BIN_FUNCTOR(hypot |
::exp::exp10::log2::sin::tan::acos::sinh::tanh::acosh::hypot | cv::gpu::device::OPENCV_GPU_IMPLEMENT_BIN_FUNCTOR (atan2,::atan2) OPENCV_GPU_IMPLEMENT_BIN_FUNCTOR(pow |
template<typename Predicate > | |
__host__ __device__ __forceinline__ unary_negate < Predicate > | cv::gpu::device::not1 (const Predicate &pred) |
template<typename BinaryPredicate > | |
__host__ __device__ __forceinline__ binary_negate < BinaryPredicate > | cv::gpu::device::not2 (const BinaryPredicate &pred) |
template<typename Op , typename T > | |
__host__ __device__ __forceinline__ binder1st< Op > | cv::gpu::device::bind1st (const Op &op, const T &x) |
template<typename Op , typename T > | |
__host__ __device__ __forceinline__ binder2nd< Op > | cv::gpu::device::bind2nd (const Op &op, const T &x) |
Variables | |
::max::max | cv::gpu::device::int |
::max::max::max | cv::gpu::device::float |