Green channel equilibration algorithm, for cameras such as Olympus, Panasonic, Canon 7D, etc that have different properties for the G1/G2 channels of the Bayer color filter array. In addition, minor changes to line denoise and CA_correct.
This commit is contained in:
@@ -36,6 +36,7 @@ namespace rtengine {
|
||||
bool ca_autocorrect; // Emil's CA auto correction
|
||||
bool hotdeadpix_filt; // Emil's hot/dead pixel filter
|
||||
int linenoise; //Emil's line denoise
|
||||
int greenthresh; //Emil's Green equilibration
|
||||
|
||||
/** Creates a new instance of Settings.
|
||||
* @return a pointer to the new Settings instance. */
|
||||
|
Reference in New Issue
Block a user