##Getting Started
-
Install
Node.js
(4.0+),npm
andOpenCV
(version 2.3.1 above). -
Navigate to the project directory and install the dependencies with command.
$ npm install
- Run the program.
$ node HW{number}.js inputImagePath
There is a capability issue when using
Node.js
(4.0+) withnode-opencv
package, to fix this problem please reference Possibly incompatible with nodeJS 4.0.0 ? #293.
##Structure
.
├── image #input images
├── output #output result
├── package.json #Dependencies
└── utils.js #Utilities