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

imgOut = mib_crossShiftStack(imgIn, shiftsX, shiftsY, options) Shift stack provided in imgIn using translation numbers in shiftX and shiftY More...

Functions

function imgOut = mib_crossShiftStack (imgIn, shiftsX, shiftsY, options)
 imgOut = mib_crossShiftStack(imgIn, shiftsX, shiftsY, options) Shift stack provided in imgIn using translation numbers in shiftX and shiftY More...
 

Detailed Description

imgOut = mib_crossShiftStack(imgIn, shiftsX, shiftsY, options) Shift stack provided in imgIn using translation numbers in shiftX and shiftY

Function Documentation

function imgOut = mib_crossShiftStack (   imgIn,
  shiftsX,
  shiftsY,
  options 
)

imgOut = mib_crossShiftStack(imgIn, shiftsX, shiftsY, options) Shift stack provided in imgIn using translation numbers in shiftX and shiftY

Parameters
imgIna stack to shift: [1:height, 1:width, 1:color, 1:depth]
shiftsXa vector for X-shifts [1:depth]
shiftsYa vector for Y-shifts [1:depth]
optionsan optional structure with options
  • .backgroundColor -> background color: black, white, mean, or a number
  • .waitbar -> [optional] a handle to the opened waitbar
Return values
imgOutaligned stack
Required fields of options:

Referenced by mibDriftAlignDlg>continueBtn_Callback().

Here is the caller graph for this function: