📄 postprocess.h
字号:
#ifndef POSTPROCESS_H
#define POSTPROCESS_H
#include "cv.h"
void meanFilter(IplImage* source);//, IplImage destination);
void SmoothFilter(IplImage* source);//, IplImage destination);
//去阴影,orig 为原图像,back为背景图像,bina为二值图像,即mask
//此函数返回去除阴影后的bina
bool shadowElimination(IplImage* orig, IplImage* back, IplImage* bina);//
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -