Quantcast
Channel: Camera object detection in JavaScript - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by le_m for Camera object detection in JavaScript

In addition to F.X.'s answer, once you have trained a classifier or choosen a freely available one from the web, you could use an OpenCV port such as js-objectdetect or HAAR.js for the actual detection.

View Article



Answer by F.X. for Camera object detection in JavaScript

Object detection in itself is a very tricky business. You have to know what your object is, whether it is smooth, flexible, has a lot of color contrast, moves quickly, and a lot of other questions...

View Article

Camera object detection in JavaScript

Suppose the user has a modern browser like Chrome and enables necessary HTML5 camera settings (so that getUserMedia works), how would one detect specific predefined objects shown in webcam sight, using...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images