Releases: erdogant/undouble
Releases · erdogant/undouble
1.4.4
- opencv is removed entirely from requirements. Thsi needs to be installed manually based on the conditions where you are working in.
1.4.1
- update with try catch to prevent error on import tkinter
1.4.0
- functionality
.move()
is changed into .move_to_dir()
1.3.0
- Added gui to move images interactively. See docs here.
- Fix to import images from url location.
- Add parameter to invert_colors when plotting
- Updated docstrings
- Cleaning
v1.2.11
- Replace local examples with datazets.
v1.2.10
- Fix for numpy error
- colorscale defaults changed to 2. This will give it the original colors.
v1.2.9
- Set default hash size #6
- Update docstrings with examples #7
v1.2.8
- added check whether whash-haar has hash_size that is power of 2.