Vision
Vision copied to clipboard
Cross framework, cross platform computer vision for Haxe
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
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  https://github.com/nanjizal/triangleVisionTest/blob/main/src/nanjizal/visionTriangle/Main.hx
mostly to go with existing blurring image manipulation functions
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 -...
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...