Automatic Color Enhancement
ace.h
Go to the documentation of this file.
1 
20 #ifndef ACE_H
21 #define ACE_H
22 
23 int ace_enhance_image_interp(float *u, const float *f,
24  int width, int height, float alpha, const char *omega_string,
25  int num_levels);
26 int ace_enhance_image_poly(float *u, const float *f,
27  int width, int height, float alpha, const char *omega_string, int degree);
28 
29 #endif /* ACE_H */