Class cv::cudev::Texture#

sharable smart CUDA texture object View details

Collaboration diagram for cv::cudev::Texture:

Detailed Description#

sharable smart CUDA texture object

Texture is a smart sharable wrapper for a cudaTextureObject_t handle which ensures that the handle is destroyed after use.

Examples
samples/cpp/tutorial_code/photo/seamless_cloning/cloning_demo.cpp, and samples/python/snippets/texture_flow.py.

Source file#

The documentation for this class was generated from the following file: