Recent Releases of undouble
undouble -
- opencv is removed entirely from requirements. Thsi needs to be installed manually based on the conditions where you are working in.
- Python
Published by erdogant about 1 year ago
undouble - 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()
```
- Python
Published by erdogant over 3 years ago
undouble - 1.2.2
- Added functionality to plot hashes
See documentation pages for more information
model.plot_hash()
- Python
Published by erdogant almost 4 years ago