![]() |
OpenCV
3.2.0
Open Source Computer Vision
|
#include "NCV.hpp"
Public Member Functions | |
| NCVMatrix () | |
| virtual | ~NCVMatrix () |
| T & | at (Ncv32u x, Ncv32u y) const |
| void | clear () |
| NCVStatus | copy2D (NCVMatrix< T > &dst, NcvSize32u roi, cudaStream_t cuStream) const |
| NCVStatus | copySolid (NCVMatrix< T > &dst, cudaStream_t cuStream, size_t howMuch=0) const |
| Ncv32u | height () const |
| NCVMemoryType | memType () const |
| Ncv32u | pitch () const |
| T * | ptr () const |
| NcvSize32u | size () const |
| Ncv32u | stride () const |
| Ncv32u | width () const |
Protected Attributes | |
| Ncv32u | _height |
| NCVMemoryType | _memtype |
| Ncv32u | _pitch |
| T * | _ptr |
| Ncv32u | _width |
NCVMatrix (2D)
| void NCVMatrix< T >::clear | ( | ) |
| NCVStatus NCVMatrix< T >::copy2D | ( | NCVMatrix< T > & | dst, |
| NcvSize32u | roi, | ||
| cudaStream_t | cuStream | ||
| ) | const |
| NCVStatus NCVMatrix< T >::copySolid | ( | NCVMatrix< T > & | dst, |
| cudaStream_t | cuStream, | ||
| size_t | howMuch = 0 |
||
| ) | const |
| NCVMemoryType NCVMatrix< T >::memType | ( | void | ) | const |
| T* NCVMatrix< T >::ptr | ( | ) | const |
| NcvSize32u NCVMatrix< T >::size | ( | ) | const |
|
protected |
|
protected |
1.8.12