Skip to content

youweit/computer-vision-homework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published