![]() |
Microscopy Image Browser 2.91
MIB
|
[imgOut, bbShiftXY] = mibCrossShiftStacks(I1, I2, shiftX, shiftY) Shift I2 vs I1 using translation numbers in shiftX and shiftY More...
Functions | |
function [ imgOut , bbShiftXY ] = | mibCrossShiftStacks (I1, I2, shiftX, shiftY, options) |
[imgOut, bbShiftXY] = mibCrossShiftStacks(I1, I2, shiftX, shiftY) Shift I2 vs I1 using translation numbers in shiftX and shiftY | |
[imgOut, bbShiftXY] = mibCrossShiftStacks(I1, I2, shiftX, shiftY) Shift I2 vs I1 using translation numbers in shiftX and shiftY
function [ imgOut , bbShiftXY ] = mibCrossShiftStacks | ( | I1, | |
I2, | |||
shiftX, | |||
shiftY, | |||
options ) |
[imgOut, bbShiftXY] = mibCrossShiftStacks(I1, I2, shiftX, shiftY) Shift I2 vs I1 using translation numbers in shiftX and shiftY
I1 | a reference stack: [1:height, 1:width, 1:color, 1:depth] |
I2 | a second stack to shift over I2: [1:height, 1:width, 1:color, 1:depth] |
shiftX | a value for the X-shift |
shiftY | a value for the Y-shift |
options | an optional structure with options
|
imgOut | aligned stack |
bbShiftXY | a vector [xMin, yMin] with shift of the reference dataset |
References max.
Referenced by mibAlignmentController.continueBtn_Callback().