![]() |
Microscopy Image Browser
1.233
|
[imgOut, bbShiftXY] = mib_crossShiftStacks(I1, I2, shiftX, shiftY) Shift I2 vs I1 using translation numbers in shiftX and shiftY More...
Functions | |
function [
imgOut , bbShiftXY ] = | mib_crossShiftStacks (I1, I2, shiftX, shiftY, options) |
[imgOut, bbShiftXY] = mib_crossShiftStacks(I1, I2, shiftX, shiftY) Shift I2 vs I1 using translation numbers in shiftX and shiftY More... | |
[imgOut, bbShiftXY] = mib_crossShiftStacks(I1, I2, shiftX, shiftY) Shift I2 vs I1 using translation numbers in shiftX and shiftY
function [ imgOut , bbShiftXY ] = mib_crossShiftStacks | ( | I1, | |
I2, | |||
shiftX, | |||
shiftY, | |||
options | |||
) |
[imgOut, bbShiftXY] = mib_crossShiftStacks(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 |
Referenced by mibDriftAlignDlg>continueBtn_Callback().