CA auto correction routine

This commit is contained in:
Emil Martinec
2010-06-03 22:41:24 -05:00
parent dd79fba28b
commit 77914ebbf8
10 changed files with 718 additions and 9 deletions

View File

@@ -33,6 +33,7 @@ namespace rtengine {
bool verbose;
int dcb_iterations; // number of dcb iterations
bool dcb_enhance; // whether to do image refinment
bool ca_autocorrect; // Emil's auto CA correction
/** Creates a new instance of Settings.
* @return a pointer to the new Settings instance. */