#include <opencv2/cudalegacy/NCV.hpp>
 | 
|   | NCVMatrixReuse (const NCVMatrix< T > &mat, NcvRect32u roi) | 
|   | 
|   | NCVMatrixReuse (const NCVMemSegment &memSegment, Ncv32u alignment, Ncv32u width_, Ncv32u height_, Ncv32u pitch_=0, NcvBool bSkipPitchCheck=false) | 
|   | 
| NcvBool  | isMemReused () const | 
|   | 
|   | 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 | 
|   | 
template<class T>
class NCVMatrixReuse< T >
NCVMatrixReuse 
 
◆ NCVMatrixReuse() [1/2]
◆ NCVMatrixReuse() [2/2]
◆ isMemReused()
The documentation for this class was generated from the following file: