ilu_region.h
来自「SiftGPU is an implementation of SIFT [1]」· C头文件 代码 · 共 26 行
H
26 行
//-----------------------------------------------------------------------------//// ImageLib Utility Sources// Copyright (C) 2000-2002 by Denton Woods// Last modified: 07/09/2002 <--Y2K Compliant! =]//// Filename: src-ILU/src/ilu_region.h//// Description: Creates an image region.////-----------------------------------------------------------------------------#ifndef ILU_REGION_H#define ILU_REGION_Htypedef struct Edge{ ILint yUpper; ILfloat xIntersect, dxPerScan; struct Edge *next;} Edge;#endif//ILU_REGION_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?