代码搜索:image processing
找到约 10,000 项符合「image processing」的源代码
代码结果 10,000
www.eeworm.com/read/188849/8510861
gif image.gif
www.eeworm.com/read/389435/8521453
gif image.gif
www.eeworm.com/read/389435/8521577
jpg image.jpg
www.eeworm.com/read/289840/8522894
gif image.gif
www.eeworm.com/read/289461/8549438
h image.h
#ifndef __IMAGE_H_
#define __IMAGE_H_
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
www.eeworm.com/read/289461/8549440
c image.c
#include "image.h"
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/* Some of the cod
www.eeworm.com/read/289444/8550802
c 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
www.eeworm.com/read/289444/8550816
h 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
www.eeworm.com/read/289443/8551083
hh image.hh
/*---------------------------------------------------------------------------*/
// Baseline Wavelet Transform Coder Construction Kit
//
// Geoff Davis
// gdavis@cs.dartmouth.edu
// http://www.cs.dartm