Recent Changes - Search:

edit SideBar

image-display module

A module that displays an image.

Browser display

The 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.

Functions

The following functions are implemented by this module:

  • ImageDisplay(): Construct a new object to display an image.
    • ImageDisplay.ImageDisplay(image): Display an image.

Usage

Import the module:

   var imageDisplay = require('@accessors-modules/image-display');

See Also


Back to Optional JavaScript Modules

Edit - History - Print - Recent Changes - Search
Page last modified on June 08, 2017, at 03:06 AM