Skip to content

Examples of using opencv4nodejs for pixel-to-pixel image comparison.

Notifications You must be signed in to change notification settings

unrealgear/js-opencv4nodejs-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-opencv4nodejs-example

Examples of using opencv4nodejs.

Link to the library on GitHub.
Link to the library on npm.

Prerequisites

cmake has to be installed on your machine.

For macOS

Execute in terminal:

brew install cmake

Export path by executing:

export PATH="/usr/local/bin:$PATH"

For other platforms

Follow official installation guide.

Downloading OpenCV

OpenCV library will be downloaded and compiled by opencv4nodejs. There is no need to have it installed on your machine.

Installing dependencies

In the root of the project execute:

npm install

About

Examples of using opencv4nodejs for pixel-to-pixel image comparison.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published