Backed out changeset bce43bcbc451 (dark frame subtraction)
This commit is contained in:
@@ -312,28 +312,6 @@ class EqualizerParams {
|
||||
int c[8];
|
||||
};
|
||||
|
||||
/**
|
||||
* Parameters for RAW demosaicing
|
||||
*/
|
||||
class RAWParams {
|
||||
|
||||
public:
|
||||
enum eMethod{eahd,hphd,vng4,dcb,amaze,ahd,
|
||||
numMethods }; // This MUST be the last enum
|
||||
static const char *methodstring[numMethods];
|
||||
|
||||
Glib::ustring dark_frame;
|
||||
bool df_autoselect;
|
||||
bool ca_autocorrect;
|
||||
bool hotdeadpix_filt;
|
||||
int linenoise;
|
||||
int greenthresh;
|
||||
int ccSteps;
|
||||
Glib::ustring dmethod;
|
||||
int dcb_iterations;
|
||||
bool dcb_enhance;
|
||||
};
|
||||
|
||||
/**
|
||||
* This class holds all the processing parameters applied on the images
|
||||
*/
|
||||
@@ -362,7 +340,6 @@ class ProcParams {
|
||||
ResizeParams resize; ///< Resize parameters
|
||||
ColorManagementParams icm; ///< profiles/color spaces used during the image processing
|
||||
EqualizerParams equalizer; ///< wavelet equalizer parameters
|
||||
RAWParams raw; ///< RAW parameters before demosaicing
|
||||
std::vector<ExifPair> exif; ///< List of modifications appplied on the exif tags of the input image
|
||||
std::vector<IPTCPair> iptc; ///< The IPTC tags and values to be saved to the output image
|
||||
int version; ///< Version of the file from which the parameters have been read
|
||||
|
Reference in New Issue
Block a user