This repository contains source code of OpenCV Tutorial application.
- Edge detection (Canny, Sobel, Schaar)
- Image transformations (Sepia, negative, contrast and brightness adjustments)
- Feature Detection (SURF, ORB, FREAK)
- Video tracking (KLT, BRIEF, ORB)
- PTAM
- http://computer-vision-talks.com/2012/06/opencv-tutorial-a-collection-of-opencv-samples-for-iphoneipad-part-1/
- http://computer-vision-talks.com/2012/07/opencv-tutorial-part-2/
- http://computer-vision-talks.com/2012/07/opencv-tutorial-part-3/
- http://computer-vision-talks.com/2012/07/opencv-tutorial-part-4/
- http://computer-vision-talks.com/2012/07/opencv-tutorial-part-5/
- http://computer-vision-talks.com/2012/07/opencv-tutorial-part-6/
http://computer-vision-talks.com/opencv-tutorial-roadmap/
Idea and development by Eugene Khvedchenya ekhvedchenya@gmail.com
http://computer-vision-talks.com
This application is provided via BSD licence, it is free for both academic and commercial use.
This application is provided as-is, with no warranty expressed or implied. Use this application at your own risk. The author assumes no liability for any loss associated with the use of this application. If you do not agree with the terms of this license, do not install this application.
Many thanks to Anton Belodedenko anton.belodedenko@gmail.com for writing object detection samples and implementation of reference frames in the UI.