![]() |
OpenCV 4.12.0
开源计算机视觉
|
#include <opencv2/cudalegacy/NCV.hpp>
公共成员函数 | |
| NCVVectorAlloc (INCVMemAllocator &allocator_, Ncv32u length_) | |
| ~NCVVectorAlloc () | |
| Ncv32u | getAllocatorsAlignment () const |
| NCVMemSegment | getSegment () const |
| NcvBool | isMemAllocated () const |
从 NCVVector< T > 继承的公共成员函数 | |
| NCVVector () | |
| virtual | ~NCVVector () |
| void | clear () |
| NCVStatus | copySolid (NCVVector< T > &dst, cudaStream_t cuStream, size_t howMuch=0) const |
| size_t | length () const |
| NCVMemoryType | memType () const |
| T * | ptr () const |
额外的继承成员 | |
从 NCVVector< T > 继承的保护属性 | |
| size_t | _length |
| NCVMemoryType | _memtype |
| T * | _ptr |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |