enum P1::ImageSdk::HistogramStage#
Overview#
Stage in the convert pipeline. More…
#include <P1ImageHistogram.hpp> enum HistogramStage { noHistogram = 0, rawHistogram, afterBayerBlackSubtract, afterBayerQuickDemosaick, afterClarity2012, afterCreateBaseProxy, afterFixChromaticAberration, afterLensLightFalloff, afterLocalToneMappingV8, afterNoiseReduction, afterSharpening, afterTetrahedral, afterColorManagement, beforeFilmCurve, beforeSaturation, beforeGamma, beforeContrast, beforeBrightness, beforeLevels, beforeClamp, beforeCurves, beforeColorBalance, };
Detailed Documentation#
Stage in the convert pipeline.
Enum Values#
rawHistogram
Histogram of bayer raw data (RGGB format)
afterBayerBlackSubtract
Obsolate.
afterBayerQuickDemosaick
Histogram after demosacing.
afterClarity2012
Available when request Clarity in convert config.
afterCreateBaseProxy
CreateBaseProxy is available when scaling < 0.5.
afterFixChromaticAberration
Available when request FixChromaticAberration in convert config.
afterLensLightFalloff
Available when request light fall off in convert config.
afterLocalToneMappingV8
Available when request highlight or shadow recovery in convert config.
afterNoiseReduction
Available when request luma noise reduction in convert config.
afterSharpening
Available when request sharpening in convert config.
afterTetrahedral
Hitogram after color space conversion.
afterColorManagement
Hitogram after color management.
beforeFilmCurve
Hitogram before film curve in color management.
beforeSaturation
Hitogram before saturation in color management.
beforeGamma
Hitogram before gamma in color management.
beforeContrast
Hitogram before contrast in color management.
beforeBrightness
Hitogram before brightness in color management.
beforeLevels
Hitogram before leveling in color management.
beforeClamp
Hitogram before clamping in color management.
beforeCurves
Hitogram before curve in color management.
beforeColorBalance
Hitogram before color balance in color management.