init
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
#ifndef USER_PROC_H
|
||||
#define USER_PROC_H
|
||||
|
||||
#include "image_proc.h"
|
||||
|
||||
#define BMP_PATH ".\\img_files\\0.bmp" // 更改这里即可切换要加载的 BMP
|
||||
#define IMAGE_SCALE 3 // 放大倍数,可改成 1 / 2 / 3 等
|
||||
|
||||
void img_proc(GrayImage *img);
|
||||
#endif
|
||||
Reference in New Issue
Block a user