All Projects → kylemcdonald → Cv Examples

kylemcdonald / Cv Examples

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

Programming Languages

javascript
184084 projects - #8 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].