![]() |
Microscopy Image Browser
1.233
|
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... | |
imgOut = mib_crossShiftStack(imgIn, shiftsX, shiftsY, options) Shift stack provided in imgIn using translation numbers in shiftX and shiftY
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
imgIn | a stack to shift: [1:height, 1:width, 1:color, 1:depth] |
shiftsX | a vector for X-shifts [1:depth] |
shiftsY | a vector for Y-shifts [1:depth] |
options | an optional structure with options
|
imgOut | aligned stack |
Referenced by mibDriftAlignDlg>continueBtn_Callback().