Nate Oostendorp
Nate Oostendorp
Image.show([optional parent object]) save the image to the dom if not present -- if no parent object is defined, default to if the image is already in the dom, make...
addDrawingLayer() getDrawingLayer() aka dl() removeDrawingLayer() create new 2d canvas 100% alphad same dimensions as the original image as processing.js objects keep an array of drawing layers on the image object
either cv.js or ccv.js has a binarize function -- call it from image and return a new image which is binarized write a unit test for it