-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update readme * minor * minor --------- Co-authored-by: Yiming Zhou <[email protected]>
- Loading branch information
1 parent
9df34b4
commit 961ec4a
Showing
2 changed files
with
40 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## Change Log | ||
|
||
* **Version 1.2.2** | ||
|
||
Morphological operations are simplified and improved. | ||
|
||
* **Version 1.2.1** | ||
|
||
Minor improvements for loading images. | ||
|
||
* **Version 1.2.0** | ||
|
||
We release VEViD, an efficient algorithm for both low-light enhancement and color enhancement! We also significantly improved the document and code! | ||
|
||
* **Version 1.1.1** | ||
|
||
Fix minor bugs in `page_create_edge` . | ||
|
||
* **Version 1.1.0** | ||
|
||
The `load_img` method now supports loading images from both an image files and image arrays. | ||
|
||
* **Version 1.0.0** | ||
|
||
The first release of PhyCV is available! |