OpenCV
4.10.0
Open Source Computer Vision
|
#include <opencv2/cudalegacy/NCV.hpp>
Public Member Functions | |
NCVVectorReuse (const NCVMemSegment &memSegment) | |
NCVVectorReuse (const NCVMemSegment &memSegment, Ncv32u length_) | |
NcvBool | isMemReused () const |
Public Member Functions inherited from 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 |
Additional Inherited Members | |
Protected Attributes inherited from NCVVector< T > | |
size_t | _length |
NCVMemoryType | _memtype |
T * | _ptr |
|
inlineexplicit |
|
inline |
|
inline |