📄 cmvision.h
字号:
/*========================================================================= cmvision.h ------------------------------------------------------------------------- Main include file for CMVision ------------------------------------------------------------------------- Copyright 2001, 2002 James R. Bruce (jbruce <at> cs.cmu.edu) School of Computer Science Carnegie Mellon University ------------------------------------------------------------------------- This source code is distributed "as is" with absolutely no warranty. It is covered under the GNU General Public Licence, Version 2.0; See COPYING, which should be included with this distribution. ------------------------------------------------------------------------- Revision History: =========================================================================*/#ifndef __CMVISION_H__#define __CMVISION_H__#include <stdlib.h>#include <string.h>#include <stdio.h>#include "util.h"#include "colors.h"#include "cmv_types.h"#include "cmv_threshold.h"#include "cmv_region.h"#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -