Microscopy Image Browser 2.91
MIB
Loading...
Searching...
No Matches
mibCrossShiftStack.m File Reference

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

Functions

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

Detailed Description

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

Function Documentation

◆ mibCrossShiftStack()

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

imgOut = mibCrossShiftStack(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, when empty do not show waitbar
Return values
imgOutaligned stack
Required fields of options:

References max, and min.

Referenced by mibAlignmentController.continueBtn_Callback().

Here is the caller graph for this function: