File tree Expand file tree Collapse file tree 6 files changed +12
-7
lines changed Expand file tree Collapse file tree 6 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ 0.2 beta] - 2025-04-24
6
6
## Changed
7
- - [ ` README.md ` ] : updated on 2025-04-24
7
+ - [ ` LICENSE ` ] : updated copyright year from ` 2023 ` to ` 2023-2025 `
8
+ - [ ` README.md ` ] : updated copyright year from ` 2023 ` to ` 2023-2025 `
9
+ - [ ` algorithm_microCHSys.md ` ] : updated copyright year from ` 2023 ` to ` 2023-2025 `
10
+ - [ ` index.html ` ] : updated copyright year from ` 2023 ` to ` 2023-2025 `
11
+ - [ ` microCHSys.js ` ] : updated copyright year from ` 2023 ` to ` 2023-2025 `
12
+ - [ ` CHANGELOG.md ` ] : updated on 2025-04-24
8
13
9
14
## Released: [ 0.1 beta] - 2023-05-19
10
15
## [ 0.1 beta] - 2023-05-19
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2023 Yuji Sode
3
+ Copyright (c) 2023-2025 Yuji Sode
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 5
5
Tool to extract contour from a image using micro Convex Hull System (microCHSys).
6
6
___
7
7
GitHub: https://github.com/YujiSODE/microCHSys
8
- > Copyright (c) 2023 Yuji SODE \< yuji.sode@gmail.com \>
8
+ > Copyright (c) 2023-2025 Yuji SODE \< yuji.sode@gmail.com \>
9
9
> This software is released under the MIT License.
10
10
> See LICENSE or http://opensource.org/licenses/mit-license.php
11
11
______
Original file line number Diff line number Diff line change 5
5
Tool to extract contour from a image using micro Convex Hull System (microCHSys).
6
6
___
7
7
GitHub: https://github.com/YujiSODE/microCHSys
8
- > Copyright (c) 2023 Yuji SODE \< yuji.sode@gmail.com \>
8
+ > Copyright (c) 2023-2025 Yuji SODE \< yuji.sode@gmail.com \>
9
9
> This software is released under the MIT License.
10
10
> See LICENSE or http://opensource.org/licenses/mit-license.php
11
11
______
Original file line number Diff line number Diff line change 2
2
/*microCHSys
3
3
* index.html
4
4
*===================================================================
5
- * Copyright (c) 2023 Yuji SODE <yuji.sode@gmail.com>
5
+ * Copyright (c) 2023-2025 Yuji SODE <yuji.sode@gmail.com>
6
6
*
7
7
* This software is released under the MIT License.
8
8
* See LICENSE or http://opensource.org/licenses/mit-license.php
@@ -106,7 +106,7 @@ <h1><img width=160 src='logoIMG/mCHSys_logo.png' alt='logo of microCHSys_10%'></
106
106
</ form >
107
107
</ div >
108
108
< footer >
109
- < p > Copyright (c) 2023 Yuji SODE</ p >
109
+ < p > Copyright (c) 2023-2025 Yuji SODE</ p >
110
110
< a href ='https://github.com/YujiSODE/microCHSys '> GitHub</ a >
111
111
</ footer >
112
112
< div style ='position:relative; '> < canvas id ='microCHSysCvs ' width =100 height =100 > </ canvas > </ div >
Original file line number Diff line number Diff line change 1
1
/*microCHSys
2
2
* microCHSys.js
3
3
*===================================================================
4
- * Copyright (c) 2023 Yuji SODE <yuji.sode@gmail.com>
4
+ * Copyright (c) 2023-2025 Yuji SODE <yuji.sode@gmail.com>
5
5
*
6
6
* This software is released under the MIT License.
7
7
* See LICENSE or http://opensource.org/licenses/mit-license.php
You can’t perform that action at this time.
0 commit comments