simplecv-js
simplecv-js copied to clipboard
A Javascript/Coffeescript companion library to SimpleCV
Create a palettize / find blobs from palette functionality in SimpleCV.js
- Rotate method added using processing.js rotate method. - Takes angle as an argument, in radians.
I have an image with multiple rectangles and am trying to detect them, I am new to opencv/simplecv and dont quite fully understand how to use this tool, is there...
Probably related to #27 , but the fork me on github needs to be updated to reference sightmachine/simplecv-js instead of ingenuitas/simplecv-js
No need for us to really to host personally if it's all JS based and isn't needing backend processing.
Could probably be ripped off from SimpleCV and setup much easier: https://github.com/ingenuitas/SimpleCV/blob/develop/.travis.yml
Create Image blit functionality. This should support blit from a whole image, an image with a binary mask, and an alpha mask. Functionality should mirror simplecv functionality.
Add a few generic book keeping tools to SimpleCV.js. Add a method that finds the location and value of the brightest/darkest pixel.
Following this blog post try to add kinect support. http://www.i-programmer.info/news/194-kinect/5078-kinected-browser-kinect-on-the-web.html
Using a fast WebGL convolution create a findTemplate method for SimpleCV.js. One flavor of match metric should be sufficient. The functionality should be the same as SimpleCV.