OpenCV  4.0.0-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!

NCVMatrix (2D) More...

#include "NCV.hpp"

Inheritance diagram for NCVMatrix< T >:
Collaboration diagram for NCVMatrix< T >:

Public Member Functions

 NCVMatrix ()
 
virtual ~NCVMatrix ()
 
Tat (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
 
Tptr () 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 >

NCVMatrix (2D)

Constructor & Destructor Documentation

◆ NCVMatrix()

template<class T>
NCVMatrix< T >::NCVMatrix ( )
inline

◆ ~NCVMatrix()

template<class T>
virtual NCVMatrix< T >::~NCVMatrix ( )
inlinevirtual

Member Function Documentation

◆ at()

template<class T>
T& NCVMatrix< T >::at ( Ncv32u  x,
Ncv32u  y 
) const
inline

References ncvAssertPrintCheck.

Referenced by NCVMatrixReuse< T >::NCVMatrixReuse().

Here is the caller graph for this function:

◆ clear()

template<class T>
void NCVMatrix< T >::clear ( )
inline

References NCVMemoryTypeNone.

◆ copy2D()

◆ copySolid()

template<class T>
NCVStatus NCVMatrix< T >::copySolid ( NCVMatrix< T > &  dst,
cudaStream_t  cuStream,
size_t  howMuch = 0 
) const
inline

◆ height()

template<class T>
Ncv32u NCVMatrix< T >::height ( ) const
inline

Referenced by NCVMatrix< T >::copy2D(), and NCVMatrixReuse< T >::NCVMatrixReuse().

Here is the caller graph for this function:

◆ memType()

template<class T>
NCVMemoryType NCVMatrix< T >::memType ( void  ) const
inline

Referenced by NCVMatrixReuse< T >::NCVMatrixReuse().

Here is the caller graph for this function:

◆ pitch()

template<class T>
Ncv32u NCVMatrix< T >::pitch ( ) const
inline

Referenced by NCVMatrixReuse< T >::NCVMatrixReuse().

Here is the caller graph for this function:

◆ ptr()

template<class T>
T* NCVMatrix< T >::ptr ( ) const
inline

◆ size()

template<class T>
NcvSize32u NCVMatrix< T >::size ( ) const
inline

◆ stride()

template<class T>
Ncv32u NCVMatrix< T >::stride ( ) const
inline

◆ width()

template<class T>
Ncv32u NCVMatrix< T >::width ( ) const
inline

Referenced by NCVMatrix< T >::copy2D(), and NCVMatrixReuse< T >::NCVMatrixReuse().

Here is the caller graph for this function:

Member Data Documentation

◆ _height

template<class T>
Ncv32u NCVMatrix< T >::_height
protected

◆ _memtype

template<class T>
NCVMemoryType NCVMatrix< T >::_memtype
protected

◆ _pitch

template<class T>
Ncv32u NCVMatrix< T >::_pitch
protected

◆ _ptr

template<class T>
T* NCVMatrix< T >::_ptr
protected

◆ _width

template<class T>
Ncv32u NCVMatrix< T >::_width
protected

The documentation for this class was generated from the following file: