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

a callback to Menu->Image->Contrast do contrast enhancement More...

Functions

function  menuImageContrast (hObject, eventdata, handles, parameter)
 a callback to Menu->Image->Contrast do contrast enhancement More...
 

Detailed Description

a callback to Menu->Image->Contrast do contrast enhancement

Function Documentation

function menuImageContrast (   hObject,
  eventdata,
  handles,
  parameter 
)

a callback to Menu->Image->Contrast do contrast enhancement

Parameters
hObjecthandle to im_browser.m (see GCBO)
eventdataeventdata structure
handlesstructure with handles of im_browser.m
parametera string that defines image source:
  • 'linear', linear contrast adjustments
  • 'CLAHE_2D', contrast adjustment with CLAHE method for the current slice
  • 'CLAHE_3D', contrast adjustment with CLAHE method for the shown stack
  • 'CLAHE_4D', contrast adjustment with CLAHE method for the whole dataset
  • 'NormalizeZ', normalize layers in the Z-dimension using intensity analysis of complete slices
  • 'NormalizeT', normalize layers in the Time-dimensionusing intensity analysis of complete slices
  • 'NormalizeMask', normalize layers using intensity analysis of complete slices
  • 'NormalizeBg', normalize layers using intensity analysis of complete slices
Required fields of handles:

References ib_contrastNormalizationMemoryOptimized(), ib_linearContrast(), and mib_contrastContext_cb().

Referenced by imbrowser>menuImageContrast_Callback().

Here is the call graph for this function:

Here is the caller graph for this function: