Automatic Color Enhancement
Main Page
Data Structures
Files
File List
Globals
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 */
Generated on Fri Jul 5 2013 18:57:14 for Automatic Color Enhancement by
1.8.3.1