代码搜索结果
找到约 73,884 项符合
Image 的代码
image.h
/*#############################################################################
* 文件名:image.h
* 功能: 实现了指纹图像的基本操作
* modified by PRTsinghua@hotmail.com
#############################################
image.c
/*#############################################################################
* 文件名:image.c
* 功能: 实现了指纹图像的基本操作
* modified by PRTsinghua@hotmail.com
#############################################
segment-image.h
#ifndef SEGMENT_IMAGE
#define SEGMENT_IMAGE
#include
#include
#include
#include
#include "segment-graph.h"
// random color
rgb random_rgb(){
rgb
image.h
/* a simple image class */
#ifndef IMAGE_H
#define IMAGE_H
#include
template
class image {
public:
/* create an image */
image(const int width, const int height, const bool
image.rc2
//
// IMAGE.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
/////
image.dsp
# Microsoft Developer Studio Project File - Name="image" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) App
image.plg
Build Log
--------------------Configuration: image - Win32 Release--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo
image.h
/*!
************************************************************************
* \file image.h
*
************************************************************************
*/
#ifndef _IMAGE
image.h
/*!
************************************************************************
* \file image.h
*
* \brief
* prototypes for image.c
*
**************************************************