https://github.com/zivlab/CellReg
Revision 72bdc8526e200407e6adf8e5e042efc23a46cb77 authored by Liron Sheintuch on 21 March 2018, 13:57:56 UTC, committed by Liron Sheintuch on 21 March 2018, 13:57:56 UTC
1 parent 9ea6034
Raw File
Tip revision: 72bdc8526e200407e6adf8e5e042efc23a46cb77 authored by Liron Sheintuch on 21 March 2018, 13:57:56 UTC
added plot for displacement fields in non-rigid transformation.
Tip revision: 72bdc85
setup.m
CellReg_directory=fileparts(which('setup.m'));
addpath(genpath(fullfile(CellReg_directory,'CellReg')));
addpath(genpath(fullfile(CellReg_directory,'GUI')));
savepath();
back to top