Crate histogram_equalization
Source - ClaheGridSize
- ImageHistogram
- ahe_hsl_bgra
- Converts image to HSL, performs AHE and reverts back into BGRA
- ahe_hsl_rgb
- Converts image to HSV, performs AHE and reverts back into RGB
- ahe_hsl_rgba
- Converts image to HSL, performs CLAHE and reverts back into RGBA
- ahe_hsv_bgra
- Converts image to HSV, performs AHE and reverts back into BGRA
- ahe_hsv_rgb
- Converts image to HSV, performs AHE and reverts back into RGB
- ahe_hsv_rgba
- Converts image to HSV, performs AHE and reverts back into RGBA
- ahe_jzazbz_bgra
- Converts image to jzazbz, performs AHE and reverts back into RGB
- ahe_jzazbz_rgb
- Converts image to jzazbz, performs AHE and reverts back into RGB
- ahe_jzazbz_rgba
- Converts image to jzazbz, performs AHE and reverts back into RGBA
- ahe_lab_bgra
- Converts image to LAB, performs AHE and reverts back into RGB
- ahe_lab_rgb
- Converts image to LAB, performs AHE and reverts back into RGB
- ahe_lab_rgba
- Converts image to LAB, performs AHE and reverts back into RGBA
- ahe_luv_bgra
- Converts image to LUV, performs AHE and reverts back into RGB
- ahe_luv_rgb
- Converts image to LUV, performs AHE and reverts back into RGB
- ahe_luv_rgba
- Converts image to LUV, performs AHE and reverts back into RGB
- ahe_oklab_bgra
- Converts image to oklab, performs AHE and reverts back into RGB
- ahe_oklab_rgb
- Converts image to oklab, performs AHE and reverts back into RGB
- ahe_oklab_rgba
- Converts image to oklab, performs AHE and reverts back into RGBA
- ahe_oklch_bgra
- Converts image to oklch, performs AHE and reverts back into RGB
- ahe_oklch_rgb
- Converts image to oklch, performs AHE and reverts back into RGB
- ahe_oklch_rgba
- Converts image to oklch, performs AHE and reverts back into RGBA
- ahe_yuv_bgra
- Converts image to YUV, performs AHE and reverts back into RGB. For optimization purposes YUV histogram bins always 256
- ahe_yuv_rgb
- Converts image to YUV, performs AHE and reverts back into RGB
- ahe_yuv_rgba
- Converts image to YUV, performs AHE and reverts back into RGB
- clahe_hsl_bgra
- Converts image to HSL, performs CLAHE and reverts back into BGRA
- clahe_hsl_rgb
- Converts image to HSL, performs CLAHE and reverts back into RGB
- clahe_hsl_rgba
- Converts image to HSL, performs CLAHE and reverts back into RGBA
- clahe_hsv_bgra
- Converts image to HSV, performs CLAHE and reverts back into BGRA
- clahe_hsv_rgb
- Converts image to HSV, performs CLAHE and reverts back into RGB
- clahe_hsv_rgba
- Converts image to HSV, performs CLAHE and reverts back into RGBA
- clahe_jzazbz_bgra
- Converts image to jzazbz, performs CLAHE and reverts back into BGRA
- clahe_jzazbz_rgb
- Converts image to jzazbz, performs CLAHE and reverts back into RGB
- clahe_jzazbz_rgba
- Converts image to jzazbz, performs CLAHE and reverts back into RGBA
- clahe_lab_bgra
- Converts image to LAB, performs CLAHE and reverts back into BGRA
- clahe_lab_rgb
- Converts image to LAB, performs CLAHE and reverts back into RGB
- clahe_lab_rgba
- Converts image to LAB, performs CLAHE and reverts back into RGBA
- clahe_luv_bgra
- Converts image to LUV, performs CLAHE and reverts back into BGRA
- clahe_luv_rgb
- Converts image to LUV, performs CLAHE and reverts back into RGB
- clahe_luv_rgba
- Converts image to LUV, performs CLAHE and reverts back into RGBA
- clahe_oklab_bgra
- Converts image to oklab, performs CLAHE and reverts back into BGRA
- clahe_oklab_rgb
- Converts image to oklab, performs CLAHE and reverts back into RGB
- clahe_oklab_rgba
- Converts image to oklab, performs CLAHE and reverts back into RGBA
- clahe_oklch_bgra
- Converts image to oklch, performs CLAHE and reverts back into BGRA
- clahe_oklch_rgb
- Converts image to oklch, performs CLAHE and reverts back into RGB
- clahe_oklch_rgba
- Converts image to oklch, performs CLAHE and reverts back into RGBA
- clahe_yuv_bgra
- Converts image to YUV, performs CLAHE and reverts back into BGRA
- clahe_yuv_rgb
- Converts image to YUV, performs CLAHE and reverts back into RGB.
- clahe_yuv_rgba
- Converts image to YUV, performs CLAHE and reverts back into RGBA
- hist_equal_hsl_bgra
- Converts image to HSL, performs histogram equalization and reverts back into BGRA
- hist_equal_hsl_rgb
- Converts image to HSL, performs histogram equalization and reverts back into RGB
- hist_equal_hsl_rgba
- Converts image to HSL, performs histogram equalization and reverts back into RGBA
- hist_equal_hsv_bgra
- Converts image to HSV, performs histogram equalization and reverts back into BGRA
- hist_equal_hsv_rgb
- Converts image to HSV, performs histogram equalization and reverts back into RGB
- hist_equal_hsv_rgba
- Converts image to HSV, performs histogram equalization and reverts back into RGBA
- hist_equal_lab_bgra
- Converts image to LAB, performs histogram equalization and reverts back into BGRA
- hist_equal_lab_rgb
- Converts image to LAB, performs histogram equalization and reverts back into RGB
- hist_equal_lab_rgba
- Converts image to LAB, performs histogram equalization and reverts back into RGBA
- hist_equal_luv_bgra
- Converts image to LUV, performs histogram equalization and reverts back into BGRA
- hist_equal_luv_rgb
- Converts image to LUV, performs histogram equalization and reverts back into RGB
- hist_equal_luv_rgba
- Converts image to LUV, performs histogram equalization and reverts back into RGBA
- hist_equal_yuv_bgra
- Converts image to YUV, performs histogram equalization and reverts back into BGRA
- hist_equal_yuv_rgb
- Converts image to YUV, performs histogram equalization and reverts back into RGB.
- hist_equal_yuv_rgba
- Converts image to YUV, performs histogram equalization and reverts back into RGBA