This is the complete list of members for Mat, including all inherited members.
| __cinit__(self, width=0, height=0, mat_type=MAT_TYPE.F32_C1, memory_type=MEM.CPU) | Mat | |
| alloc_resolution(self, Resolution resolution, MAT_TYPE mat_type, memory_type=MEM.CPU) | Mat | |
| alloc_size(self, width, height, mat_type, memory_type=MEM.CPU) | Mat | |
| clone(self, Mat py_mat) | Mat | |
| convert_color(Mat mat1, Mat mat2, bool swap_RB_channels, bool remove_alpha_channels, memory_type=MEM.CPU) | Mat | static |
| convert_color_inplace(self, memory_type=MEM.CPU) | Mat | |
| copy_to(self, Mat dst, cpy_type=COPY_TYPE.CPU_CPU) | Mat | |
| free(self, memory_type=MEM.CPU) | Mat | |
| get_channels(self) | Mat | |
| get_data(self, memory_type=MEM.CPU, deep_copy=False) | Mat | |
| get_data_type(self) | Mat | |
| get_height(self) | Mat | |
| get_infos(self) | Mat | |
| get_memory_type(self) | Mat | |
| get_pixel_bytes(self) | Mat | |
| get_pointer(self, memory_type=MEM.CPU) | Mat | |
| get_resolution(self) | Mat | |
| get_step(self, memory_type=MEM.CPU) | Mat | |
| get_step_bytes(self, memory_type=MEM.CPU) | Mat | |
| get_value(self, int x, int y, memory_type=MEM.CPU) | Mat | |
| get_width(self) | Mat | |
| get_width_bytes(self) | Mat | |
| init_mat(self, Mat matrix) | Mat | |
| init_mat_cpu(self, int width, int height, MAT_TYPE mat_type, ptr, step, memory_type=MEM.CPU) | Mat | |
| init_mat_resolution(self, Resolution resolution, MAT_TYPE mat_type, memory_type=MEM.CPU) | Mat | |
| init_mat_resolution_cpu(self, Resolution resolution, mat_type, ptr, step, memory_type=MEM.CPU) | Mat | |
| init_mat_type(self, width, height, mat_type, memory_type=MEM.CPU) | Mat | |
| is_init(self) | Mat | |
| is_memory_owner(self) | Mat | |
| move(self, Mat py_mat) | Mat | |
| name(self) | Mat | |
| numpy(self, force=False) | Mat | |
| read(self, str filepath) | Mat | |
| set_from(self, Mat src, cpy_type=COPY_TYPE.CPU_CPU) | Mat | |
| set_to(self, value, memory_type=MEM.CPU) | Mat | |
| set_value(self, int x, int y, value, memory_type=MEM.CPU) | Mat | |
| swap(Mat mat1, Mat mat2) | Mat | static |
| timestamp(self) | Mat | |
| update_cpu_from_gpu(self) | Mat | |
| update_gpu_from_cpu(self) | Mat | |
| verbose(self) | Mat | |
| write(self, str filepath, memory_type=MEM.CPU, compression_level=-1) | Mat |