Vision icon indicating copy to clipboard operation
Vision copied to clipboard

Implement Image Sorting & Classification methods

Open ShaharMS opened this issue 1 year ago • 2 comments

Below is a todo list, hopefully all will be completed for the 2.1 update:

  • [x] K-Mean Clustering
    • [x] Cluster similar color values as well as numerical values
    • [x] Allow multi-dimensional (point) clustering
    • [ ] Implement a cluster amount guessing mechanism
  • [ ] Color-Based Image Categorization
    • [ ] Categorizing by color groups instead of single colors
  • [ ] Image Similarity Checker
    • [ ] Low quality image filterer for similar images

(Items may get added/removed)

ShaharMS avatar Oct 12 '24 15:10 ShaharMS

tasks 1, 1.1, 1.2: https://github.com/ShaharMS/Vision/commit/b3d9d96ff0d5db8b502d249573eb1316b2776a8e

ShaharMS avatar Oct 15 '24 19:10 ShaharMS

Rest are planned for further releases

ShaharMS avatar May 23 '25 13:05 ShaharMS