Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 929 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 929 Bytes

CV-homework

js-standard-style

##Getting Started

  1. Install Node.js(4.0+), npm and OpenCV(version 2.3.1 above).

  2. Navigate to the project directory and install the dependencies with command.

$ npm install
  1. Run the program.
$ node HW{number}.js inputImagePath

There is a capability issue when using Node.js(4.0+) with node-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