14 Commits

Author SHA1 Message Date
Alberto Griggio
4ce9b0f010 avoid dependency of histmatching on the current demosaic algo
(by performing an internal demosaicing step in histogram matching. Obviously
this gets slower...)
2018-01-30 00:35:18 +01:00
Alberto Griggio
bc6dad6eb9 histogram matching: fixed typo in calculating the crop 2018-01-23 00:16:19 +01:00
heckflosse
fc77fd6964 Remove all BENCHMARK defines 2018-01-22 19:04:42 +01:00
Alberto Griggio
03afede882 Some tweaks to curve extraction from histogram matching 2018-01-22 13:38:23 +01:00
heckflosse
88123cdd14 Set last curve point of auto matched curve always to 1;1 2018-01-21 18:01:07 +01:00
Alberto Griggio
8f76392885 histogram matching: cache the computed tone curve in RawImageSource 2018-01-19 21:43:55 +01:00
Alberto Griggio
4feb663f63 histogram matching: handle the case in which the thumbnail and the raw have different aspect ratios 2018-01-18 23:36:03 +01:00
Alberto Griggio
abfeb4ca1d fixed crashes in histogram matching 2018-01-18 14:17:51 +01:00
Alberto Griggio
931ee95620 use a relative height (10% of the full height) instead of an absolute one in histogram matching 2018-01-17 23:09:49 +01:00
Alberto Griggio
7bcc8ae236 removed useless lines 2018-01-17 22:25:32 +01:00
Alberto Griggio
942da71ef0 added some verbosity in RawImageSource::getAutoMatchedToneCurve 2018-01-17 22:02:12 +01:00
Alberto Griggio
bc89e24ab7 working version -- yay! 2018-01-17 21:16:22 +01:00
Alberto Griggio
52957e9eab further experiments with histogram matching 2018-01-17 01:41:28 +01:00
Alberto Griggio
bb56d73cc8 started working on proof-of-concept histogram matching 2018-01-17 01:12:13 +01:00