Bilinear demosaic from dcraw + omp support. Faster then light! Great for previews.

This commit is contained in:
Andrey Skvortsov
2010-09-11 23:05:36 -07:00
parent 5bf5ce84b8
commit 7a3942aaab
4 changed files with 121 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ namespace rtengine {
class Settings {
public:
bool dualThreadEnabled; ///< If true, the image processing operations with utilize two processor cores (if possible)
std::string demosaicMethod; ///< The algorithm used for demosaicing. Can be "eahd", "hphd" or "vng4".
std::string demosaicMethod; ///< The algorithm used for demosaicing. Can be "eahd", "hphd", "ahd", "vng4", "amaze", "bilinear".
int colorCorrectionSteps; ///< The number of color correction steps applied right after the demosaicing
Glib::ustring iccDirectory; ///< The directory containing the possible output icc profiles
int colorimetricIntent; ///< Colorimetric intent used at color space conversions