#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)
References ncvAssertPrintCheck.
Referenced by NCVMatrixReuse< T >::NCVMatrixReuse().
|
inline |
References NCVMemoryTypeNone.
|
inline |
References NCVMatrix< T >::_memtype, NCVMatrix< T >::_pitch, NCVMatrix< T >::_ptr, NcvSize32u::height, NCVMatrix< T >::height(), memSegCopyHelper2D(), NCV_MEM_COPY_ERROR, NCV_NULL_PTR, NCV_SUCCESS, ncvAssertReturn, NCVMemoryTypeNone, NcvSize32u::width, and NCVMatrix< T >::width().
|
inline |
References NCVMatrix< T >::_height, NCVMatrix< T >::_memtype, NCVMatrix< T >::_pitch, NCVMatrix< T >::_ptr, memSegCopyHelper(), NCV_MEM_COPY_ERROR, NCV_NULL_PTR, NCV_SUCCESS, ncvAssertReturn, and NCVMemoryTypeNone.
Referenced by NCVMatrix< T >::copy2D(), and NCVMatrixReuse< T >::NCVMatrixReuse().
|
inline |
|
inline |
|
inline |
Referenced by NCVMatrix< T >::copy2D(), and NCVMatrixReuse< T >::NCVMatrixReuse().
Referenced by NCVMatrix< T >::copySolid().
|
protected |
Referenced by NCVMatrix< T >::copy2D(), and NCVMatrix< T >::copySolid().
Referenced by NCVMatrix< T >::copy2D(), and NCVMatrix< T >::copySolid().
|
protected |
Referenced by NCVMatrix< T >::copy2D(), and NCVMatrix< T >::copySolid().