?? imagelib.h
字號(hào):
#ifndef _IMAGELIB
#define _IMAGELIB
void IMG_dequantize_8x8(short *quantize_tbl, short *deq_data);
void IMG_fdct_8x8 (short *fdct_data, short *inter_buffer);
void IMG_idct_8x8 (short *idct_data, short *inter_buffer);
void IMG_jpeg_make_recip_tbl(short *quantize_tbl);
void IMG_jpeg_quantize(short *quantize_input, short *zigzag, short *recip_tbl,int *quantize_output);
void IMG_mad_16x16_4step(short *src_data, short * search_window, unsigned int *match);
void IMG_pix_inter_16x16(short *reference_window, short *pixel_inter_block, int offset, short align_variable);
void IMG_sw_fdct_8x8 (short *fdct_data, short *inter_buffer);
void IMG__sw_idct_8x8 (short *idct_data, short *inter_buffer);
void IMG_wave_decom_one_dim(short *in_data, short *wksp, int *wavename, int length, int level);
void IMG_wave_decom_two_dim(short **image, short * wksp, int width, int height, int *wavename, int level);
void IMG_wave_recon_one_dim(short *in_data, short *wksp, int *wavename, int length, int level);
void IMG_wave_recon_two_dim(short **image, short * wksp, int width, int height, int *wavename, int level);
void IMG_wavep_decom_one_dim(short *in_data, short *wksp, int *wavename, int length, int level);
void IMG_wavep_decom_two_dim(short **image, short * wksp, int width, int height, int *wavename,int level);
void IMG_wavep_recon_one_dim(short *in_data, short *wksp, int *wavename, int length, int level);
void IMG_wavep_recon_two_dim(short **image, short * wksp, int width, int height, int *wavename, int level);
void IMG_boundary(short * in_data, int rows, int cols, int *out_coord, int *out_gray);
void IMG_histogram(short * in_data, short *out_data, int size);
void IMG_perimeter( short * in_data, int cols, short *out_data);
void IMG_threshold(short * in_data, short *out_data, short cols, short rows, short threshold_value);
#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -