immax.h
来自「Hausdorff Distance for Image Recognition」· C头文件 代码 · 共 32 行
H
32 行
/* * * $Header: /usr/u/wjr/src/support/RCS/immax.h,v 1.3 1994/09/01 23:22:34 wjr Exp $ * * Copyright (c) 1993, 1994 Cornell University. All Rights Reserved. * * Use, reproduction, preparation of derivative works, and distribution * of this software is permitted. Any copy of this software or of any * derivative work must include both the above copyright notice of * Cornell University and this paragraph. Any distribution of this * software or derivative works must comply with all applicable United * States export control laws. This software is made available AS IS, * and CORNELL UNIVERSITY DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, * INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF MERCHANTABILITY * AND FITNESS FOR A PARTICULAR PURPOSE, AND NOTWITHSTANDING ANY OTHER * PROVISION CONTAINED HEREIN, ANY LIABILITY FOR DAMAGES RESULTING FROM * THE SOFTWARE OR ITS USE IS EXPRESSLY DISCLAIMED, WHETHER ARISING IN * CONTRACT, TORT (INCLUDING NEGLIGENCE) OR STRICT LIABILITY, EVEN IF * CORNELL UNIVERSITY IS ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. */#ifndef IMMAX_H#define IMMAX_H#include "image.h"extern LongImage imMax(LongImage im, unsigned width, unsigned height);extern LongImage imMin(LongImage im, unsigned width, unsigned height);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?