![]() |
OpenCV 5.0.0
Open Source Computer Vision
|
GPU上のピッチ付きメモリをカプセル化し、nvccでコンパイルされたコード(CUDAカーネル)に渡される軽量クラス。 続きを読む...
#include <opencv2/cudev/ptr2d/glob.hpp>
公開変数類 | |
| int | cols |
| int | rows |
Public Attributes inherited from cv::cudev::GlobPtr< T > | |
| T * | data |
| size_t | step |
| 連続する2行間のストライド(バイト単位)。ステップは常にあらゆる場所でバイト単位で格納される!!! | |
Additional Inherited Members | |
Public Types inherited from cv::cudev::GlobPtr< T > | |
| typedef int | index_type |
| typedef T | value_type |
Public Member Functions inherited from cv::cudev::GlobPtr< T > | |
| __device__ __forceinline__ T & | operator() (int y, int x) |
| __device__ __forceinline__ const T & | operator() (int y, int x) const |
| __device__ __forceinline__ T * | row (int y) |
| __device__ __forceinline__ const T * | row (int y) const |
GPU上のピッチ付きメモリをカプセル化し、nvccでコンパイルされたコード(CUDAカーネル)に渡される軽量クラス。
通常、OpenCV内部や、デバイスコードを記述するユーザーによって使用される。そのメンバはホストコードとデバイスコードの両方から呼び出すことができる。
| int cv::cudev::GlobPtrSz< T >::cols |
| int cv::cudev::GlobPtrSz< T >::rows |