OpenCV  3.2.0
Open Source Computer Vision
NCVMatrixReuse< T > Member List

This is the complete list of members for NCVMatrixReuse< T >, including all inherited members.

_heightNCVMatrix< T >protected
_memtypeNCVMatrix< T >protected
_pitchNCVMatrix< T >protected
_ptrNCVMatrix< T >protected
_widthNCVMatrix< T >protected
at(Ncv32u x, Ncv32u y) constNCVMatrix< T >
clear()NCVMatrix< T >
copy2D(NCVMatrix< T > &dst, NcvSize32u roi, cudaStream_t cuStream) constNCVMatrix< T >
copySolid(NCVMatrix< T > &dst, cudaStream_t cuStream, size_t howMuch=0) constNCVMatrix< T >
height() constNCVMatrix< T >
isMemReused() constNCVMatrixReuse< T >
memType() constNCVMatrix< T >
NCVMatrix()NCVMatrix< T >
NCVMatrixReuse(const NCVMemSegment &memSegment, Ncv32u alignment, Ncv32u width_, Ncv32u height_, Ncv32u pitch_=0, NcvBool bSkipPitchCheck=false)NCVMatrixReuse< T >
NCVMatrixReuse(const NCVMatrix< T > &mat, NcvRect32u roi)NCVMatrixReuse< T >
pitch() constNCVMatrix< T >
ptr() constNCVMatrix< T >
size() constNCVMatrix< T >
stride() constNCVMatrix< T >
width() constNCVMatrix< T >
~NCVMatrix()NCVMatrix< T >virtual