OpenCV  3.4.1
Open Source Computer Vision
Public Member Functions | List of all members

#include "NCV.hpp"

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

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
 
- Public Member Functions inherited from NCVMatrix< T >
 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
 

Additional Inherited Members

- Protected Attributes inherited from NCVMatrix< T >
Ncv32u _height
 
NCVMemoryType _memtype
 
Ncv32u _pitch
 
T_ptr
 
Ncv32u _width
 

Detailed Description

template<class T>
class NCVMatrixReuse< T >

NCVMatrixReuse

Constructor & Destructor Documentation

§ NCVMatrixReuse() [1/2]

template<class T >
NCVMatrixReuse< T >::NCVMatrixReuse ( const NCVMemSegment memSegment,
Ncv32u  alignment,
Ncv32u  width_,
Ncv32u  height_,
Ncv32u  pitch_ = 0,
NcvBool  bSkipPitchCheck = false 
)
inline

§ NCVMatrixReuse() [2/2]

template<class T >
NCVMatrixReuse< T >::NCVMatrixReuse ( const NCVMatrix< T > &  mat,
NcvRect32u  roi 
)
inline

Member Function Documentation

§ isMemReused()

template<class T >
NcvBool NCVMatrixReuse< T >::isMemReused ( ) const
inline

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