This is the complete list of members for Mat, including all inherited members.
alloc(size_t width, size_t height, MAT_TYPE mat_type, MEM memory_type=MEM::CPU) | Mat | |
alloc(Resolution resolution, MAT_TYPE mat_type, MEM memory_type=MEM::CPU) | Mat | |
clone(const Mat &src) | Mat | |
copyTo(Mat &dst, COPY_TYPE cpyType=COPY_TYPE::CPU_CPU, cudaStream_t stream=0) const | Mat | |
free(MEM memory_type=MEM::CPU|MEM::GPU) | Mat | |
getChannels() const | Mat | inline |
getDataType() const | Mat | inline |
getHeight() const | Mat | inline |
getInfos() | Mat | |
getMemoryType() const | Mat | inline |
getPixelBytes() const | Mat | inline |
getPtr(MEM memory_type=MEM::CPU) const | Mat | |
getResolution() const | Mat | inline |
getStep(MEM memory_type=MEM::CPU) const | Mat | inline |
getStep(MEM memory_type=MEM::CPU) const | Mat | inline |
getStepBytes(MEM memory_type=MEM::CPU) const | Mat | |
getValue(size_t x, size_t y, N *value, MEM memory_type=MEM::CPU) const | Mat | |
getWidth() const | Mat | inline |
getWidthBytes() const | Mat | inline |
isInit() const | Mat | inline |
isMemoryOwner() const | Mat | inline |
Mat() | Mat | |
Mat(size_t width, size_t height, MAT_TYPE mat_type, MEM memory_type=MEM::CPU) | Mat | |
Mat(size_t width, size_t height, MAT_TYPE mat_type, sl::uchar1 *ptr, size_t step, MEM memory_type=MEM::CPU) | Mat | |
Mat(size_t width, size_t height, MAT_TYPE mat_type, sl::uchar1 *ptr_cpu, size_t step_cpu, sl::uchar1 *ptr_gpu, size_t step_gpu) | Mat | |
Mat(Resolution resolution, MAT_TYPE mat_type, MEM memory_type=MEM::CPU) | Mat | |
Mat(Resolution resolution, MAT_TYPE mat_type, sl::uchar1 *ptr, size_t step, MEM memory_type=MEM::CPU) | Mat | |
Mat(Resolution resolution, MAT_TYPE mat_type, sl::uchar1 *ptr_cpu, size_t step_cpu, sl::uchar1 *ptr_gpu, size_t step_gpu) | Mat | |
Mat(const Mat &mat) | Mat | |
move(Mat &dst) | Mat | |
name | Mat | |
operator=(const Mat &that) | Mat | |
read(const String &filePath) | Mat | |
setFrom(const Mat &src, COPY_TYPE cpyType=COPY_TYPE::CPU_CPU, cudaStream_t stream=0) | Mat | |
setTo(T value, sl::MEM memory_type=MEM::CPU) | Mat | |
setValue(size_t x, size_t y, N value, sl::MEM memory_type=MEM::CPU) | Mat | |
swap(Mat &mat1, Mat &mat2) | Mat | static |
timestamp | Mat | |
updateCPUfromGPU(cudaStream_t stream=0) | Mat | |
updateGPUfromCPU(cudaStream_t stream=0, int GPU_id=0) | Mat | |
verbose | Mat | |
write(const String &filePath, sl::MEM memory_type=sl::MEM::CPU, int compression_level=-1) | Mat | |
~Mat() | Mat |