![]() |
OpenCV
3.2.0
Open Source Computer Vision
|
#include "NCV.hpp"
Public Member Functions | |
| 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 |
Protected Attributes | |
| size_t | _length |
| NCVMemoryType | _memtype |
| T * | _ptr |
NCVVector (1D)
| void NCVVector< T >::clear | ( | ) |
| NCVStatus NCVVector< T >::copySolid | ( | NCVVector< T > & | dst, |
| cudaStream_t | cuStream, | ||
| size_t | howMuch = 0 |
||
| ) | const |
| NCVMemoryType NCVVector< T >::memType | ( | void | ) | const |
| T* NCVVector< T >::ptr | ( | ) | const |
|
protected |
|
protected |
1.8.12