![]() |
Microscopy Image Browser 2.91
MIB
|
Calculate alignment shifts between slices in I. More...
Functions | |
function [ shiftX , shiftY ] = | mibCalcShifts (I, options) |
Calculate alignment shifts between slices in I. | |
Calculate alignment shifts between slices in I.
function [ shiftX , shiftY ] = mibCalcShifts | ( | I, | |
options ) |
Calculate alignment shifts between slices in I.
I | a stack to align in format: [1:height, 1:width, 1:depth] |
options | an optional structure with parameters
|
shiftX | a vector with absolute shifts in the X-plane, the shifts are calculated relative to the first slice |
shiftY | a vector with absolute shifts in the Y-plane, the shifts are calculated relative to the first slice |
Referenced by mibAlignmentController.continueBtn_Callback().