JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 986
  • Score
    100M100P100Q111170F
  • License MIT

Asynchronous OpenCV 4.x nodejs bindings with JavaScript and TypeScript API.

Package Exports

  • opencv4nodejs-prebuilt-install
  • opencv4nodejs-prebuilt-install/lib/opencv4nodejs.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (opencv4nodejs-prebuilt-install) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

opencv4nodejs-prebuilt-install special build for template matching

Tested Released Supported node versions Supported electron versions

Simple installation Opencv 4.1.1 for node with pre-compiled bindings

Cross-platform!

Supports

  • Windows, Linux , MacOS
  • node 12,13,14,15,16,17,18,19,20
  • arh x64

How to install

npm i opencv4nodejs-prebuilt-install

Examples

See examples for implementation.

Quick Start

const cv = require('opencv4nodejs-prebuilt-install');

With TypeScript

import * as cv from 'opencv4nodejs-prebuilt-install'

Check out the TypeScript examples.