forked from HeewonChung92/LungSegmentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Read me.txt
55 lines (41 loc) · 1.35 KB
/
Read me.txt
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
========================================================
Lung Segmentation using Matlab
========================================================
Heewon Chung, a member of BAMI LAB.
Last updated 2018.03.28 (March 28, 2018)
========================================================
================================================================================
1. Motivation
================================================================================
This Lung Segmentation is based on Chanvese model.
================================================================================
2. File contents
================================================================================
Folder name: CHANVESE
Matlab M file:
Chanvese_GlobalCode.m
Chanvese_InitPhi.m
Chanvese_Kappa.m
Chanvese_RegionAverage.m
DifferenceArea.m
EllipseAndCircularCorrelation.m
ExpandReduceCorrLung.m
FindAngle.m
FindContour.m
FindGlobalLung.m
FunctionInoutLungArea.m
FunctionSharpen.m
GetAngleImage.m
GetImageFromContour.m
LungSeparation.m
RemainAngleArea.m
RemoveContourArea.m
ReadAllFiles.m
Matlab data file:
lungData.m
Matlab example file:
ExampleCode.m
ExampleDetail.m
Document file:
Read me.TXT
================================================================================