Skip to content

v0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Oct 20:48
· 2 commits to main since this release

v0.13.0 (2024-10-02)

Documentation

  • docs: add CI badge to readme (1aebfae)

Feature

  • feat: add LaplacianVarianceSort for sorting by sharpness
  • Added a new sorting method called LaplacianVarianceSort to the SortMethod class in sort_methods.py.
  • This sorting method calculates the Laplacian variance of the grayscale ROI of each RectWidget and uses it as the sorting key.
  • The Laplacian variance is calculated using the cv2.Laplacian function from the OpenCV library.
  • The SortDialog class in SortDialog.py was updated to include the new sorting method. (a8e2dee)