|
12 | 12 | <relativePath /> |
13 | 13 | </parent> |
14 | 14 |
|
15 | | - <groupId>com.mycompany</groupId> |
16 | | - <artifactId>Process_Pixels</artifactId> |
17 | | - <version>0.1.0-SNAPSHOT</version> |
| 15 | + <groupId>com.HIT.weisongzhao</groupId> |
| 16 | + <artifactId>Adaptive_Median_Filter</artifactId> |
| 17 | + <version>0.1.0</version> |
18 | 18 |
|
19 | | - <name>Process Pixels</name> |
20 | | - <description>A Maven project implementing an ImageJ 1.x plugin.</description> |
21 | | - <url>http://mycompany.com/imagej/process-pixels/</url> |
22 | | - <inceptionYear>2012</inceptionYear> |
| 19 | + <name>Adaptive Median Filter</name> |
| 20 | + <url>https://github.com/WeisongZhao/AdaptiveMedian.imagej</url> |
| 21 | + <inceptionYear>2019</inceptionYear> |
23 | 22 | <organization> |
24 | | - <name>My Company</name> |
25 | | - <url>http://mycompany.com/</url> |
| 23 | + <name>Harbin Institute of Technology</name> |
| 24 | + <url>http://en.hit.edu.cn/</url> |
26 | 25 | </organization> |
27 | 26 | <licenses> |
28 | 27 | <license> |
|
33 | 32 |
|
34 | 33 | <developers> |
35 | 34 | <developer> |
36 | | - <id>ctrueden</id> |
37 | | - <name>Curtis Rueden</name> |
38 | | - <url>http://imagej.net/User:Rueden</url> |
| 35 | + <id>weisongzhao</id> |
| 36 | + <name>Weisong Zhao</name> |
| 37 | + <url>https://weisongzhao.github.io/</url> |
39 | 38 | <roles> |
40 | 39 | <role>lead</role> |
41 | 40 | <role>developer</role> |
|
48 | 47 | </developers> |
49 | 48 | <contributors> |
50 | 49 | <contributor> |
51 | | - <name>Johannes Schindelin</name> |
52 | | - <url>http://imagej.net/User:Schindelin</url> |
53 | | - <roles><role>founder</role></roles> |
54 | | - <properties><id>dscho</id></properties> |
55 | | - </contributor> |
56 | | - <contributor> |
57 | | - <name>Olivier Burri</name> |
58 | | - <url>http://imagej.net/User:Oburri</url> |
59 | | - <properties><id>lacan</id></properties> |
60 | | - </contributor> |
61 | | - <contributor> |
62 | | - <name>Mark Hiner</name> |
63 | | - <url>http://imagej.net/User:Hinerm</url> |
64 | | - <properties><id>hinerm</id></properties> |
65 | | - </contributor> |
66 | | - <contributor> |
67 | | - <name>Jules Maselbas</name> |
68 | | - </contributor> |
69 | | - <contributor> |
70 | | - <name>Kota Miura</name> |
71 | | - <url>http://imagej.net/User:Miura</url> |
72 | | - <properties><id>cmci</id></properties> |
73 | | - </contributor> |
74 | | - <contributor> |
75 | | - <name>Yili Zhao</name> |
76 | | - <url>http://imagej.net/User:Panovr</url> |
77 | | - <properties><id>panovr</id></properties> |
| 50 | + <name>Weisong Zhao</name> |
| 51 | + <url>https://weisongzhao.github.io/</url> |
| 52 | + <roles><role>developer</role></roles> |
| 53 | + <properties><id>weisongzhao</id></properties> |
78 | 54 | </contributor> |
79 | 55 | </contributors> |
80 | | - |
81 | 56 | <mailingLists> |
82 | 57 | <mailingList> |
83 | 58 | <name>Image.sc Forum</name> |
|
86 | 61 | </mailingLists> |
87 | 62 |
|
88 | 63 | <scm> |
89 | | - <connection>scm:git:git://github.com/imagej/example-legacy-plugin</connection> |
90 | | - <developerConnection>scm:git:git@github.com:imagej/example-legacy-plugin</developerConnection> |
| 64 | + <connection>scm:git:git://github.com/WeisongZhao/AdaptiveMedian.imagej</connection> |
| 65 | + <developerConnection>scm:git:git@github.com:WeisongZhao/AdaptiveMedian.imagej</developerConnection> |
91 | 66 | <tag>HEAD</tag> |
92 | | - <url>https://github.com/imagej/example-legacy-plugin</url> |
| 67 | + <url>https://github.com/WeisongZhao/AdaptiveMedian.imagej</url> |
93 | 68 | </scm> |
94 | 69 | <issueManagement> |
95 | 70 | <system>GitHub Issues</system> |
96 | | - <url>https://github.com/imagej/example-legacy-plugin/issues</url> |
| 71 | + <url>https://github.com/WeisongZhao/AdaptiveMedian.imagej/issues</url> |
97 | 72 | </issueManagement> |
98 | 73 | <ciManagement> |
99 | 74 | <system>None</system> |
100 | 75 | </ciManagement> |
101 | 76 |
|
102 | 77 | <properties> |
103 | | - <package-name>com.mycompany.imagej</package-name> |
104 | | - <main-class>com.mycompany.imagej.Process_Pixels</main-class> |
105 | 78 | <license.licenseName>bsd_2</license.licenseName> |
106 | | - <license.copyrightOwners>My Company, Inc.</license.copyrightOwners> |
| 79 | + <package-name>com.HIT.weisongzhao</package-name> |
| 80 | + <main-class>com.HIT.weisongzhao.AdaptiveMedian</main-class> |
| 81 | + <license.copyrightOwners>Weisong Zhao</license.copyrightOwners> |
107 | 82 | </properties> |
108 | 83 |
|
109 | 84 | <dependencies> |
|
112 | 87 | <artifactId>ij</artifactId> |
113 | 88 | </dependency> |
114 | 89 | </dependencies> |
| 90 | + <description>An adaptive median filter plugin. It filters the pulse intensity with no bluring images. and removes time bar easily.</description> |
115 | 91 | </project> |
0 commit comments