Computer Vision/Object Recognition | Technologies

FacebookTwitter
http://www.smartjava.org/content/face-detection-using-html5-javascript-webrtc-websockets-jetty-and-javacvopencv

Face detection using HTML5, javascript, webrtc, websockets, Jetty and OpenCV

Through HTML5 and the corresponding standards, modern browsers get more standarized features with every release. Most people have heard of websockets that allows you to easily setup a two way communication channel with a server, but one of the specifications that hasn't been getting much coverage is the webrtc specificiation. With the webrtc specification it will become easier to create pure HTML/Javascript real-time video/audio related applications where you can access a user's microphone or webcam and share this data with other peers on the internet. For instance you can create video conferencing software that doesn't require a plugin, create a baby monitor using your mobile phone or more easily facilitate webcasts.
http://en.wikipedia.org/wiki/Generalised_Hough_transform The Generalised Hough Transform or GHT, introduced by Dana H. Ballard in 1981, is the modification of the Hough Transform using the principle of template matching . [ 1 ] This modification enables the Hough Transform to be used for not only the detection of an object described with an analytic equation (e.g. line , circle , etc.). Instead, it can also be used to detect an arbitrary object described with its model. The problem of finding the object (described with a model) in an image can be solved by finding the model's position in the image. With the Generalised Hough Transform, the problem of finding the model's position is transformed to a problem of finding the transformation's parameter that maps the model into the image. As long as we know the value of the transformation's parameter, the position of the model in the image can be determined.

Generalised Hough transform

Canny edge detector

The Canny edge detector is an edge detection operator that uses a multi-stage algorithm to detect a wide range of edges in images. It was developed by John F. Canny in 1986. Canny also produced a computational theory of edge detection explaining why the technique works. http://en.wikipedia.org/wiki/Canny_edge_detector
Machine Learning/AI/Etc | Tech Topics

OpenCV

Thanks alias1, You're the best! I'm new to CV, and You're a great help :D by freelancerace Jul 25