OpenCV
4.10.0
Open Source Computer Vision
|
#include <opencv2/core.hpp>
#include <opencv2/core/utils/logger.hpp>
#include <opencv2/core/cuda_types.hpp>
#include <opencv2/cudev/common.hpp>
#include <opencv2/cudev/ptr2d/traits.hpp>
Classes | |
struct | cv::cudev::PtrTraits< Texture< T, R > > |
class | cv::cudev::Texture< T, R > |
sharable smart CUDA texture object More... | |
class | cv::cudev::TextureOff< T, R > |
sharable smart CUDA texture object with offset TextureOff is a smart sharable wrapper for a cudaTextureObject_t handle which ensures that the handle is destroyed after use. More... | |
struct | cv::cudev::TextureOffPtr< T, R > |
struct | cv::cudev::TexturePtr< T, R > |
Simple lightweight structures that encapsulate information about an image texture on the device. They are intended to be passed to nvcc-compiled code. More... | |
struct | cv::cudev::TexturePtr< uint64, R > |
class | cv::cudev::UniqueTexture< T, R > |
non-copyable smart CUDA texture object More... | |
Namespaces | |
namespace | cv |
"black box" representation of the file storage associated with a file on disk. | |
namespace | cv::cudev |