cmvision.h
来自「linux下的视频捕捉和处理CMVision2.0-beta1.rar」· C头文件 代码 · 共 33 行
H
33 行
/*========================================================================= 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 + =
减小字号Ctrl + -
显示快捷键?