new gtk3 version of pixelshift

This commit is contained in:
heckflosse
2017-03-11 22:30:36 +01:00
40 changed files with 4144 additions and 171 deletions

View File

@@ -471,6 +471,36 @@ enum ProcEvent {
EvLskal = 441,
EvOBPCompens = 442,
EvWBtempBias = 443,
EvRawImageNum = 444,
EvPixelShiftMotion = 445,
EvPixelShiftMotionCorrection = 446,
EvPixelShiftStddevFactorGreen = 447,
EvPixelShiftEperIso = 448,
EvPixelShiftNreadIso = 449,
EvPixelShiftPrnu = 450,
EvPixelshiftShowMotion = 451,
EvPixelshiftShowMotionMaskOnly = 452,
EvPixelShiftAutomatic = 453,
EvPixelShiftNonGreenHorizontal = 454,
EvPixelShiftNonGreenVertical = 455,
EvPixelShiftNonGreenCross = 456,
EvPixelShiftStddevFactorRed = 457,
EvPixelShiftStddevFactorBlue = 458,
EvPixelShiftGreenAmaze = 459,
EvPixelShiftNonGreenAmaze = 460,
EvPixelShiftGreen = 461,
EvPixelShiftRedBlueWeight = 462,
EvPixelShiftBlur = 463,
EvPixelShiftSigma = 464,
EvPixelShiftSum = 465,
EvPixelShiftExp0 = 466,
EvPixelShiftHoleFill = 467,
EvPixelShiftMedian = 468,
EvPixelShiftMedian3 = 469,
EvPixelShiftMotionMethod = 470,
EvPixelShiftSmooth = 471,
EvPixelShiftLmmse = 472,
EvPixelShiftEqualBright = 473,
NUMOFEVENTS
};