Loading...
Searching...
No Matches
NCVMatrix< T > Class Template Reference
#include <opencv2/cudalegacy/NCV.hpp>
Inheritance diagram for NCVMatrix< T >:

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 |
Detailed Description
template<class T>
class NCVMatrix< T >
class NCVMatrix< T >
NCVMatrix (2D)
Constructor & Destructor Documentation
◆ NCVMatrix()
template<class T >
|
inline |
◆ ~NCVMatrix()
Member Function Documentation
◆ at()
◆ clear()
template<class T >
|
inline |
◆ copy2D()
template<class T >
|
inline |
◆ copySolid()
template<class T >
|
inline |
◆ height()
◆ memType()
template<class T >
|
inline |
◆ pitch()
◆ ptr()
template<class T >
|
inline |
◆ size()
template<class T >
|
inline |
◆ stride()
◆ width()
Member Data Documentation
◆ _height
◆ _memtype
template<class T >
|
protected |
◆ _pitch
◆ _ptr
template<class T >
|
protected |
◆ _width
The documentation for this class was generated from the following file:
- opencv2/cudalegacy/NCV.hpp