Microscopy Image Browser  1.233
All Classes Files Functions Variables Pages
ib_contrastCLAHE.m File Reference

Do CLAHE Contrast-limited adaptive histogram equalization for the XY plane of the dataset for the currently shown or all slices. More...

Functions

function
handles = 
ib_contrastCLAHE (handles, mode)
 Do CLAHE Contrast-limited adaptive histogram equalization for the XY plane of the dataset for the currently shown or all slices. More...
 

Detailed Description

Do CLAHE Contrast-limited adaptive histogram equalization for the XY plane of the dataset for the currently shown or all slices.

Function Documentation

function handles = ib_contrastCLAHE (   handles,
  mode 
)

Do CLAHE Contrast-limited adaptive histogram equalization for the XY plane of the dataset for the currently shown or all slices.

Parameters
handlesstructure with handles of im_browser.m
modemode for use with CLAHE
  • CLAHE_2D - apply for the currently shown slice
  • CLAHE_3D - apply for the current shown stack
  • CLAHE_4D - apply for the whole dataset
Required fields of handles:
Generated fields of handles:

References ib_do_backup(), ib_getSlice(), ib_getStack(), ib_setSlice(), and ib_setStack().

Referenced by mib_contrastContext_cb().

Here is the call graph for this function:

Here is the caller graph for this function: