![]() |
Microscopy Image Browser
1.233
|
Calculate alignment shifts between slices in I. More...
Functions | |
function [
shiftX , shiftY ] = | mib_calcShifts (I, options) |
Calculate alignment shifts between slices in I. More... | |
Calculate alignment shifts between slices in I.
function [ shiftX , shiftY ] = mib_calcShifts | ( | 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 |
References windv().
Referenced by mibDriftAlignDlg>continueBtn_Callback().