Changed order of bayer demosaicers in combobox

This commit is contained in:
heckflosse
2018-06-04 16:09:49 +02:00
parent 7ecef96035
commit 5101e1d4e7
2 changed files with 12 additions and 12 deletions

View File

@@ -1224,19 +1224,19 @@ struct RAWParams {
struct BayerSensor {
enum class Method {
AMAZE,
IGV,
AMAZEVNG4,
RCD,
DCB,
LMMSE,
IGV,
AHD,
EAHD,
HPHD,
VNG4,
DCB,
AHD,
RCD,
FAST,
MONO,
NONE,
PIXELSHIFT,
AMAZEVNG4
NONE
};
enum class PSMotionCorrectionMethod {