Home
last modified time | relevance | path

Searched refs:gamma_corrected (Results 1 – 8 of 8) sorted by relevance

/dports/devel/py-pyface/pyface-7.2.0/pyface/util/
H A Dcolor_helpers.py83 gamma_corrected = [
88 0.2126 * gamma_corrected[0]
89 + 0.7152 * gamma_corrected[1]
90 + 0.0722 * gamma_corrected[2]
/dports/graphics/py-scikit-image/scikit-image-0.19.0/doc/examples/color_exposure/
H A Dplot_log_gamma.py51 gamma_corrected = exposure.adjust_gamma(img, 2) variable
73 ax_img, ax_hist, ax_cdf = plot_img_and_hist(gamma_corrected, axes[:, 1])
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_camera/include/
H A Dsample_camera_utils.h267 mfxU16 gamma_corrected[64];
347 MSDK_ZERO_MEMORY(gamma_corrected);;
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_camera/src/
H A Dpipeline_camera.cpp922 pParams->gamma_corrected[i] = gamma_correct[i]; in Init()
1149 m_3DLUT_GammaCorrection.Segment[i].Red = pParams->gamma_corrected[i]; in AllocAndInitCamGammaCorrection()
1150 m_3DLUT_GammaCorrection.Segment[i].Green = pParams->gamma_corrected[i]; in AllocAndInitCamGammaCorrection()
1151 m_3DLUT_GammaCorrection.Segment[i].Blue = pParams->gamma_corrected[i]; in AllocAndInitCamGammaCorrection()
1161 …MSDK_MEMCPY(m_GammaCorrection.GammaCorrected, pParams->gamma_corrected, m_GammaCorrection.NumPoint… in AllocAndInitCamGammaCorrection()
H A Dsample_camera.cpp365 msdk_opt_read(strInput[++i], pParams->gamma_corrected[k]); in ParseInputString()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface_ops.c1751 RNA_boolean_set(drop->ptr, "gamma", drag_info->gamma_corrected); in UI_drop_color_copy()
H A Dinterface_handlers.c1965 drag_info->gamma_corrected = true; in ui_but_drag_init()
1970 drag_info->gamma_corrected = false; in ui_but_drag_init()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/include/
H A DUI_interface.h2444 bool gamma_corrected; member