Skip to content

A collection of computer vision examples in JavaScript for the browser.

License

Notifications You must be signed in to change notification settings

JerryPeng2020/cv-examples

 
 

Repository files navigation

cv-examples

This repo contains a collection of computer vision examples for p5.js and JavaScript.

You can preview the examples here.

Setup

Clone this repository or download the zip, then run the p5 Editor. In the p5 Editor, click File > Open and navigate to cv-examples/ and select index.html. Click the play button, and this should launch the browser with links to each of the sketches.

Another way to run the examples is by starting a web server on localhost at the root directory. Usually you need an https:// server to access the camera, but for localhost there is usually an exception. For example:

$ cd cv-examples
$ python -m SimpleHTTPServer 8000

Then navigate to https://localhost:8000/ in your browser.

About

A collection of computer vision examples in JavaScript for the browser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.8%
  • HTML 29.8%
  • CSS 1.4%