Class NCVMatrix#
#include <opencv2/cudalegacy/NCV.hpp>Collaboration diagram for NCVMatrix:
Detailed Description#
-
template<class T>
class NCVMatrix# NCVMatrix (2D)
Subclassed by NCVMatrixAlloc< T >, NCVMatrixReuse< T >
Constructor & Destructor Documentation#
NCVMatrix()#
NCVMatrix()#
Here is the call graph for this function:
~NCVMatrix()#
Member Function Documentation#
at()#
clear()#
void NCVMatrix::clear()
copy2D()#
NCVStatus NCVMatrix::copy2D(
NCVMatrix< T > & dst,
NcvSize32u roi,
cudaStream_t cuStream )
Here is the call graph for this function:
copySolid()#
NCVStatus NCVMatrix::copySolid(
NCVMatrix< T > & dst,
cudaStream_t cuStream,
size_t howMuch = 0 )
Here is the call graph for this function:
height()#
memType()#
NCVMemoryType NCVMatrix::memType()
pitch()#
ptr()#
T * NCVMatrix::ptr()
size()#
NcvSize32u NCVMatrix::size()
stride()#
width()#
Member Data Documentation#
_height#
_memtype#
NCVMemoryType NCVMatrix::_memtype
_pitch#
_ptr#
T * NCVMatrix::_ptr
_width#
Source file#
The documentation for this class was generated from the following file:
opencv2/cudalegacy/NCV.hpp