Version0 /
image-display moduleA module that displays an image. Browser displayThe browser version uses the ImageProcessingDisplay module to automatically set up before and after canvases. The browser version could uses UC Irvine and Intel OpenCV.js port, https://github.com/ucisysarch/opencvjs. FIXME: Need to merge image-display and imageProcessingDisplay. FunctionsThe following functions are implemented by this module:
UsageImport the module: var imageDisplay = require('@accessors-modules/image-display'); See AlsoBack to Optional JavaScript Modules |