Katherine Scott
Katherine Scott
**Describe the bug** I was working with a student today who primarily uses an international keyboard. From what I was able to discern her keyboard was mapping the quotation mark...
## Bug report **Required Info:** - Operating System: Ubuntu 20.04 - Installation type: Binaries - Version or commit hash: Galactic - DDS implementation: All Client library (if applicable): CLI ##...
Want to contribute? Great! Make sure you've read and understood [CONTRIBUTING.md](https://github.com/cartographer-project/cartographer/blob/master/CONTRIBUTING.md).
wat do?
Create a palettize / find blobs from palette functionality in SimpleCV.js
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.
Using the cv library create a findBlobs / findBlobs from mask operation. The blob class should support most of the functionality found in SimpleCV.