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

a callback to Menu->Dataset->Transform... do different transformation with the dataset More...

Functions

function  menuDatasetTransform (hObject, eventdata, handles, mode)
 a callback to Menu->Dataset->Transform... do different transformation with the dataset More...
 

Detailed Description

a callback to Menu->Dataset->Transform... do different transformation with the dataset

Function Documentation

function menuDatasetTransform (   hObject,
  eventdata,
  handles,
  mode 
)

a callback to Menu->Dataset->Transform... do different transformation with the dataset

Parameters
hObjecthandle to im_browser.m (see GCBO)
eventdataeventdata structure
handlesstructure with handles of im_browser.m
modea string with a transormation mode:
  • flipH, flip the dataset horizontally
  • flipV, flip the dataset vertically
  • flipZ, flip the Z-stacks of the dataset
  • flipT, flip the time vector of the dataset
  • rot90, rotate dataset 90 degrees clockwise
  • rot-90, rotate dataset 90 degrees counterclockwise
  • xy2zx, transpose the dataset so that YX->XZ
  • xy2zy, transpose the dataset so that YX->YZ
  • zx2zy, transpose the dataset so that XZ->YZ
Required fields of handles:

References ib_flipDataset(), ib_rotateDataset(), ib_transposeDataset(), and updateGuiWidgets().

Referenced by imbrowser>menuDatasetTrasform_Callback().

Here is the call graph for this function:

Here is the caller graph for this function: