-
Review of OpenCV Computer Vision with Python
05 May 2013 //
Open Source Computer Vision is one of the most used open source, cross-platform, computer vision library available to perform real-time computer vision processes and is developing at an incredible rate. OpenCV library is a brainchild of Dr. Gary Bradski. It is released under BSD license and supports Linux, Windows, Mac OS, iOS and Android with interfaces avaiable in C++, C, Python and Java. Inspite of its popularity and usability, only recently a book on developing applications using Python interface became available. The OpenCV Computer Vision with Python book is published... Read More
- Using Android SDK Camera with OpenCV
17 April 2013 //So I’m currently working on HTC Evo V 4G and was desparately trying to obtain images from both the camera. One thing was sure that I couldn’t use OpenCV’s Java Camera or Native Camera (it doesn’t even work with ICS). I decided to use Android SDK Camera. I tried posting question on stackoverflow and OpenCV forum, but couldn’t find any proper solutions. I tried taking pieces of code from wherever I could and wrote something, but it wouldn’t work. I also found a perfectly working code but it was giving me Static Linkage Errors. It meant the OpenCV manager couldn’t... Read More
- Stereo Calibration
30 March 2013 //Whenever working with stereoscopy, it is a necessity to calibrate the cameras and get the required intrinsic and extrinsic parameters.
This is a so-called pinhole camera model. A scene view is formed by projecting 3D points into the image plane using a perspective transformation.

What is Camera Calibration?
In the manufacturing process of a camera, there might be some distortions invloved due to inaccurate positioning of the lens or inaccuracy in manufacturing parabolic lens. Read more about distortion on AI shack
Calibrating the camera gives us some specific values which can be used to... Read More
- Disparity Map
29 March 2013 //- Beginning Android OpenCV
29 March 2013 //- Stereo Ranging
26 March 2013 //- Probabilistic Hough Transform
24 February 2013 //- Hough Transform
24 February 2013 //- USB 3G Modem detected as cdrom | How to fix | Ubuntu 12.04
03 February 2013 //- ATI Radeon 7670M | Turn off GPU | Ubuntu 12.04
28 January 2013 //- UEFI, secure boot and tantrums of Windows 8
28 January 2013 //- SIFT Keypoint Matching using Python OpenCV
18 January 2013 //- Point Cloud Library - Install and Configure - Ubuntu 12.04
17 January 2013 //- Python/C API: Making a Type
19 December 2012 //- Python/C API: Reference Counting
14 December 2012 //- Python/C API: #include "Python.h"
09 December 2012 //- A Momentary Lapse of Reason and Celebration of The Lizard King
09 December 2012 //- SIFT based Tracker
24 September 2012 //- Selecting ROI/BB in OpenCV(Mat)
20 September 2012 //- Proxy settings in Linux
18 August 2012 //- Lucas Kanade Tracker
08 August 2012 //- Kalman Filter
26 July 2012 //- CAMShift with SimpleCV
13 July 2012 //- Face Tracking with CAMShift
11 July 2012 //- Sobel Operator
11 July 2012 //- Boost::Python with OpenCV
27 June 2012 //- Configuring Boost::Python and Hello Boost
25 June 2012 //- Get data from Mat / cv::Mat in OpenCV
23 June 2012 //- Install OpenCV 2.4.* in Ubuntu 12.04 Precise Pangolin
20 June 2012 //- ANSII Color Formatting for output in Terminal using Python
12 June 2012 //- Capture any visible window and save it as an image in Linux
08 June 2012 //- Tracking in OpenTLD aka Predator
05 June 2012 //- Median Flow Tracker using SimpleCV/ OpenCV - GSoC week 1 and 2
03 June 2012 //- OpenTLD - Georg Nebehay's version of OpenTLD in OpenCV 2.3.1 and Towel Day
25 May 2012 //- Wireless Firmware missing in Linux
12 May 2012 //- Capture Images and Video from Camera in OpenCV 2.3.1
10 May 2012 //- Monitoring HDD Temperature using python
09 May 2012 //- Beginning OpenCV
08 May 2012 //- Install OpenCV 2.3.1 and SimpleCV in Ubuntu, Arch Linux
02 May 2012 //- Precise Pangolin - Ubuntu 12.04 LTS
27 April 2012 //- OpenCV with pygtk
18 April 2012 //- Integrating OpenCV with pygtk
10 April 2012 //- The Arch Way
04 March 2012 //- DeskWid 0.1
18 February 2012 //- Multithreading in pygtk/gtk+
15 February 2012 //- Controlling Banshee Media player with Python using multiprocessing and threading
02 February 2012 //- Fetch bookmarks from Browser using Python
28 January 2012 //- Fetch bookmarks from browser(html version) using Python
28 January 2012 //- Fetch Movie Details from IMDB using Python (with Proxy)
25 January 2012 //- Send emails using Python
13 January 2012 //- Monitor your Browsing/ Downloading data via Python
12 January 2012 // - Using Android SDK Camera with OpenCV