![]() |
Microscopy Image Browser 2.91
MIB
|
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 | |
imgOut = mibCrossShiftStack(imgIn, shiftsX, shiftsY, options) Shift stack provided in imgIn using translation numbers in shiftX and shiftY
| 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
| 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 mibAlignmentController.continueBtn_Callback().
