Releases Tags
-
Books v0.2.0
released this 2 years ago | 0 commits to master since this release
Changes:
- CV processing is no longer performed lazily when selecting a file in the treeview; it is now performed upfront when loading images into the software
- Use multithreading to improve performance; dynamically allocates threads based on the number of processors available in the system
- Use
cv::UMat
s to leverage OpenCL when available. Should improve the performance of the filtering pipeline - Images are scaled down at the beginning of the CV pipeline to improve performance
- Show a progress bar while importing/featuredetecting or exporting so the UI doesn't hang
- Introduced ability to add margins to images
- Console window is no longer shown in win32
Downloads