#include <NCV.hpp>
Inherits NCVMatrix< T >.
List of all members.
Public Member Functions |
| NCVMatrixReuse (const NCVMemSegment &memSegment, Ncv32u alignment, Ncv32u width, Ncv32u height, Ncv32u pitch=0, NcvBool bSkipPitchCheck=false) |
| NCVMatrixReuse (const NCVMatrix< T > &mat, NcvRect32u roi) |
NcvBool | isMemReused () const |
void | clear () |
Ncv32u | stride () const |
NCVStatus | copySolid (NCVMatrix< T > &dst, cudaStream_t cuStream, size_t howMuch=0) const |
NCVStatus | copy2D (NCVMatrix< T > &dst, NcvSize32u roi, cudaStream_t cuStream) const |
T * | ptr () const |
Ncv32u | width () const |
Ncv32u | height () const |
Ncv32u | pitch () const |
NCVMemoryType | memType () const |
Protected Attributes |
T * | _ptr |
Ncv32u | _width |
Ncv32u | _height |
Ncv32u | _pitch |
NCVMemoryType | _memtype |
Detailed Description
template<class T>
class NCVMatrixReuse< T >
NCVMatrixReuse
Constructor & Destructor Documentation
Member Function Documentation
Member Data Documentation
The documentation for this class was generated from the following file: