OpenCV
4.10.0
Open Source Computer Vision
|
Classes | |
struct | cv::cudev::BinaryTupleAdapter< Op, n0, n1 > |
struct | cv::cudev::UnaryTupleAdapter< Op, n > |
Namespaces | |
namespace | cv |
"black box" representation of the file storage associated with a file on disk. | |
namespace | cv::cudev |
Macros | |
#define | OPENCV_CUDEV_FUNCTIONAL_TUPLE_ADAPTER_HPP |
Functions | |
template<int n0, int n1, class Op > | |
__host__ __device__ BinaryTupleAdapter< Op, n0, n1 > | cv::cudev::binaryTupleAdapter (const Op &op) |
template<int n, class Op > | |
__host__ __device__ UnaryTupleAdapter< Op, n > | cv::cudev::unaryTupleAdapter (const Op &op) |
#define OPENCV_CUDEV_FUNCTIONAL_TUPLE_ADAPTER_HPP |