-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathentry.m
More file actions
37 lines (18 loc) · 939 Bytes
/
entry.m
File metadata and controls
37 lines (18 loc) · 939 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
%%%% convention:
%%%% phi<0 in Omega, phi>0 outside Omega
%%%%% parameters %%%%%%%%
%%%%%%%%%%%%%%%%% step 1: rough segmentation %%%%%%%%%%%%%%%%%%%%
%%% perform segmentation at each frame
%%% by conventional method
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%% step 2: contour initialization %%%%%%%%%%%%%%%%%%
%%% intialize contours in the first frame
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%% step 3: main loop (propagation) %%%%%%%%%%%%%%%%%
%%% propagate cell contours from frame K-1 to frame K
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% step 3.1: conduct matching between frame {K, K+1, ..., K+Kt}
%%%%% step 3.2: build matching force map MF
%%%%% step 3.3: contours evolution
%%%%% step 3.4: initialize contours for newly entered cells
%%%%% step 3.5: update information and prepare for next iteration