![]() |
OpenCV 5.0.0
Open Source Computer Vision
|
デバイス上の画像テクスチャに関する情報をカプセル化した、シンプルで軽量な構造体。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_) |
| __device__ __forceinline__ R | operator() (index_type x) const |
| __device__ __forceinline__ R | operator() (index_type y, index_type x) const |
デバイス上の画像テクスチャに関する情報をカプセル化した、シンプルで軽量な構造体。nvccでコンパイルされたコードに渡されることを意図している。