代码搜索结果
找到约 73,884 项符合
Image 的代码
image.h
/******************************************************************************
* 光学字符识别程序
* 文件名:image.h
* 功能 :图像处理相关函数定义
* modified by PRTsinghua@hotmail.com
************************************
image.cpp
/******************************************************************************
* 光学字符识别程序
* 文件名:image.cpp
* 功能 :图像处理相关函数实现
* modified by PRTsinghua@hotmail.com
**********************************
image.h
/*#############################################################################
* 文件名:image.h
* 功能: 实现了指纹图像的基本操作
* modified by PRTsinghua@hotmail.com
#############################################
image.c
/*#############################################################################
* 文件名:image.c
* 功能: 实现了指纹图像的基本操作
* modified by PRTsinghua@hotmail.com
#############################################
image.c
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
unsigned char * read_bwimage(char *name, int *w, int *h)
{
unsigned char *image;
FILE *image_in;
int co
image.java
/* Image.java -- superclass for images
Copyright (C) 1999, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or m
image.java
/* Image.java -- superclass for images
Copyright (C) 1999, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or m