coeff.h
来自「包含了多个matlab编程在图像中加入水印的处理代码」· C头文件 代码 · 共 13 行
H
13 行
#ifndef COEFF_H#define COEFF_H#include "wm.h"double **alloc_coeffs(int cols, int rows);double **alloc_coeffs_8x8();void free_coeffs(double **coeffs);void print_coeffs_8x8(double **coeffs);void print_coeffs(double **coeffs, int c, int r, int w, int h);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?