Computer Vision: opencv, feature tracking, and beyond -- from <make things see> by Greg

Source: Internet
Author: User

In the 1960 s, the legendary Stanford Artificial Intelligence pioneer, John McCarthy, famously gave a graduate student the job of "Solving" computer vision as a summer project. it has occupied an entire community of academic researchers for the past 40 years. and, in each ways, the first real breakthroughs have only come in the last decade or so, with the Kinect being one of the crown jewels of these recent developments.

One major product of the last 40 years of Computer Vision Research is an open source library called opencv (http://opencv.willowgarage.com ).

And, lucky for us, there's a great library that makes it really easy to use opencv with processing: opencv for processing http://ubaa.net/shared/processing/opencv ).

The documentation for that library will get you started, and O 'Reilly's book on the topic is the definitive reference: Learning opencv by Gary bradski and Adrian kaehler (http://shop.oreilly.com/product/9780596516130.do ).

Opencv's tools are designed to process individual images. while we can use them to analyze recorded footage or live video, very few of them actually account for the movement of objects over time. in the last decade or so, though, researchers have developed new techniques that use the time dimension of oving images to extract additional information. this has led to a number of breakthrough techniques including camera tracking, panorama stitching, and 3D scene reconstruction. all of these applications are based on the fundamental idea called "feature detection. "The software starts with a single still frame. it detects small pieces of this frame that are particularly ly recognizable, called "features. "then, when examining subsequent frames, the software looks for the same features in adjacent

Parts of the image to see if they 've moved. if these features correspond to parts of the world that are themselves fixed (for example, the corner of a windowsill or the edge of fence post ), then the movement of the features tells you about the movement of the camera itself. if you track enough of these features, you can combine the multiple frames into a single panorama, calculate the movement of the camera, or if your camera is a depth camera, build a full 3D reconstruction of the entire scene or room.

If you want to learn more about feature tracking and the other advanced techniques that have arisen in recent computer vision research, I highly recommendComputer Vision: algorithms and ApplicationsBy Richard szeliski of Microsoft Research (http://szeliski.org/Book ). it presents a rigorous approach to the contemporary state of the art. the book arose from szeliski's teaching work at the University of Washington Computer Science Department and so definitely has some math in it. however, if you're excited about the field, and you go slowly and use the Internet to fill in the gaps in your background, there's no better way to really dive deeply into the field.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.