⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gray.h

📁 包含了多个matlab编程在图像中加入水印的处理代码
💻 H
字号:
#ifndef GRAY_H#define GRAY_H#include "wm.h"#include "pgm.h"gray **alloc_grays(int cols, int rows);gray **alloc_grays_8x8();void free_grays(gray **grays);void copy_grays_to_block(gray ** block_grays, gray ** image_grays, int col, int row, int width, int height);void copy_grays_from_block(gray ** image_grays, gray ** block_grays, int col, int row, int width, int height);void print_grays(gray **grays, int col, int row, int width, int height);void print_grays_8x8(gray **grays);#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -