![]() |
OpenCV 4.12.0
開源計算機視覺
|
簡單的輕量級結構,封裝了裝置上影像紋理的資訊。 它們旨在傳遞給 nvcc 編譯的程式碼。 更多...
#include <opencv2/cudev/ptr2d/texture.hpp>
公共型別 | |
| typedef R | elem_type |
| typedef float | index_type |
| typedef R | value_type |
公共成員函式 | |
| __host__ | TexturePtr () |
| __host__ | TexturePtr (const cudaTextureObject_t tex_) |
| 裝置端 強制內聯 R | operator() (index_type x) const |
| 裝置端 強制內聯 R | operator() (index_type y, index_type x) const |
簡單的輕量級結構,封裝了裝置上影像紋理的資訊。 它們旨在傳遞給 nvcc 編譯的程式碼。