Releases: erdogant/undouble
Releases · erdogant/undouble
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.
v1.2.7
- added crop-resistant-hash method.
v1.2.6
- fix in case clean_tempdir=True is used
v1.2.5
- added functionality to remove entire tempdirectory using
clean_files(clean_tempdir=True)
v1.2.4
- Added functionality to remove images that are stored in tempdirectory.
# Import library
from undouble import Undouble
# Init with default settings
model = Undouble()
# Do stuff and finally clean the tempdirectory with
model.clean_files()
v1.2.3
- added functionality to import images from URL locations
- Example can be found here
1.2.2
- Added functionality to plot hashes
See documentation pages for more information
model.plot_hash()