代码搜索结果
找到约 10,000 项符合
Image 的代码
image.h
/*#############################################################################
* 文件名:image.h
* 功能: 实现了指纹图像的基本操作
* modified by PRTsinghua@hotmail.com
#############################################
image.c
/*#############################################################################
* 文件名:image.c
* 功能: 实现了指纹图像的基本操作
* modified by PRTsinghua@hotmail.com
#############################################
image.c
#define AVE_DEL_YUV // turn U&V to (U+V) , (U-V)
/** works dandy; it visually works at compactifying magnitudes : U & V are very similar
* also compactifies noise into the third band
* needs m
image.h
#ifndef IMAGE_H
#define IMAGE_H
typedef struct _image {
int width,height,planes;
int plane_size,tot_size,plane_bytes,tot_bytes;
int ***data;
/** data[plane][y][x] **/
/** data[plane][0
image.c
/*********************** self documentation **********************/
/*****************************************************************************
IMAGE - Function for making the image in an X-windo
image.c
#include "spiht.h"
#include "spihtdecode.h"
int QccIMGImageInitialize(QccIMGImage *image)
{
if (image == NULL)
return(0);
image->image_type = QCCIMGTYPE_UNKNOWN;
QccStringMakeNull
image.m
%IMAGE Image display, no menubar
%
% h = image(A,n)
%
% Displays all images stored in the dataset A. The standard Matlab
% image-command is used, so scaling has to be done manually.
% The number of ho