Microscopy Image Browser  1.00
 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 current', contrast adjustment with CLAHE method for the current slice
  • 'CLAHE all', contrast adjustment with CLAHE method for the whole dataset
  • 'Normalize', normalize layers using 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(), and ib_linearContrast().

Referenced by imbrowser>menuImageContrast_Callback().

Here is the call graph for this function:

Here is the caller graph for this function: