CFA line denoise for removing pattern noise prior to demosaic. A dialog box is added to preferences to specify the amount of line denoising to be done. Eventually the choice of line denoise threshold should be stored with other processing settings in whatever sidecar file or cache specifies such things.
In addition, there are some improvements to AMaZE for better diagonal interpolation.
This commit is contained in:
@@ -33,7 +33,9 @@ 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
|
||||
bool ca_autocorrect; // Emil's CA auto correction
|
||||
bool hotdeadpix_filt; // Emil's hot/dead pixel filter
|
||||
int linenoise; //Emil's line denoise
|
||||
|
||||
/** Creates a new instance of Settings.
|
||||
* @return a pointer to the new Settings instance. */
|
||||
|
Reference in New Issue
Block a user