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

Flip dataset horizontally, vertically or in the Z direction. More...

Functions

function
handles = 
ib_flipDataset (handles, mode)
 Flip dataset horizontally, vertically or in the Z direction. More...
 
function img = ibflipDataset>flipme (img, mode)
 
function img = ibflipDataset>flipmeR2013b (img, mode)
 

Detailed Description

Flip dataset horizontally, vertically or in the Z direction.

Function Documentation

function handles = ib_flipDataset (   handles,
  mode 
)

Flip dataset horizontally, vertically or in the Z direction.

Flip dataset and other layers in horizontal or vertical direction

Parameters
handleshandles structire of im_browser
mode-> a string that defines the flipping mode
  • 'flipH' -> horizontal flip
  • 'flipV' -> vertical flip
  • 'flipZ' -> flip Z direction
  • 'flipT' -> flip T direction
Return values
handleshandles structure of im_browser
Required fields of handles:

References ib_do_backup().

Referenced by menuDatasetTransform().

Here is the call graph for this function:

Here is the caller graph for this function:

function img = ibflipDataset>flipme (   img,
  mode 
)
function img = ibflipDataset>flipmeR2013b (   img,
  mode 
)