File tree Expand file tree Collapse file tree 2 files changed +23
-25
lines changed Expand file tree Collapse file tree 2 files changed +23
-25
lines changed Original file line number Diff line number Diff line change 1
- # This is the root ITK CMakeList file:
2
1
cmake_minimum_required (VERSION 2.8)
3
2
4
- # This project is designed to be built outside the Insight source tree.
5
3
project (MedianFilter)
6
4
7
5
# Find SlicerExecutionModel
Original file line number Diff line number Diff line change 5
5
<description >Median filter of a image</description >
6
6
7
7
<parameters >
8
- <label >IO</label >
9
- <description >Input/Output parameters</description >
8
+ <label >IO</label >
9
+ <description >Input/Output parameters</description >
10
10
11
- <image >
12
- <name >input</name >
13
- <label >image input</label >
14
- <channel >image</channel >
15
- <index >0</index >
16
- <description >image input</description >
17
- </image >
18
-
19
- <image >
20
- <name >output</name >
21
- <label >image output</label >
22
- <channel >image</channel >
23
- <index >1</index >
24
- <description >image output</description >
25
- </image >
11
+ <image >
12
+ <name >input</name >
13
+ <label >image input</label >
14
+ <channel >image</channel >
15
+ <index >0</index >
16
+ <description >image input</description >
17
+ </image >
18
+
19
+ <image >
20
+ <name >output</name >
21
+ <label >image output</label >
22
+ <channel >image</channel >
23
+ <index >1</index >
24
+ <description >image output</description >
25
+ </image >
26
26
27
- <integer >
28
- <name >radius</name >
29
- <longflag >radius</longflag >
27
+ <integer >
28
+ <name >radius</name >
29
+ <longflag >radius</longflag >
30
30
<flag >r</flag >
31
- <label >radius</label >
32
- <description >radius value</description >
31
+ <label >radius</label >
32
+ <description >radius value</description >
33
33
<constraints >
34
34
<minimum >1</minimum >
35
35
</constraints >
36
- </integer >
36
+ </integer >
37
37
38
38
</parameters >
39
39
You can’t perform that action at this time.
0 commit comments