Vision icon indicating copy to clipboard operation
Vision copied to clipboard

Cross framework, cross platform computer vision for Haxe

Results 11 Vision issues
Sort by recently updated
recently updated
newest added

the voting part is unimplemented for now because i couldn't figure it out 🙃 this is an important part of the library, and needs to be implemented asap

Enhancement ✨
help wanted 🙏

Yeah… Um… sorry for not being updating my other forks, I was quite busy… This one adds documentation if `vision_quiet` and other arguments for the image functions.

TODO: - [ ] Prove that code works (I only tested it by using `trace`, I don’t know if it will work) - [ ] Rounded Square - [ ]...

Shahar This is a demo showing the triangle code, uses Vision form haxelib, have not experimented with the float pixel stuff. https://nanjizal.github.io/triangleVisionTest/bin/index.html ![image](https://user-images.githubusercontent.com/20134338/197664171-2dd6124b-21fa-467c-8e60-8a4960845554.png) https://github.com/nanjizal/triangleVisionTest/blob/main/src/nanjizal/visionTriangle/Main.hx

mostly to go with existing blurring image manipulation functions

Enhancement ✨

Pretty much the title

Enhancement ✨

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 -...

Enhancement ✨

Problem is described in #51

Pretty sure some functions here were never actually tested properly. Current solution: An auto-generated test suite that generates test file templates for each classes functions/variables. Work is done on the...