代码搜索结果

找到约 10,000 项符合 Image 的代码

image.hh

/*---------------------------------------------------------------------------*/ // Baseline Wavelet Transform Coder Construction Kit // // Geoff Davis // gdavis@cs.dartmouth.edu // http://www.cs.dartm

image.cc

/*---------------------------------------------------------------------------*/ // Baseline Wavelet Transform Coder Construction Kit // // Geoff Davis // gdavis@cs.dartmouth.edu // http://www.cs.dartm

image[1].txt

硅谷动力网络学院

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