您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

10 行
438 B

  1. #include "common.h"
  2. void histogramEqualise(float **prow, int nrow, int offset, int width);
  3. void linearEnhance(float **prow, int nrow, int offset, int width);
  4. int calibrate(float **prow, int nrow, int offset, int width) ;
  5. void denoise(float **prow, int nrow, int offset, int width);
  6. void flipImage(image_t *img, int width, int offset);
  7. void cropNoise(image_t *img);
  8. void temperature(options_t *opts, image_t *img, int offset, int width);