| by sohil4932 | No comments

Tutorial:Inroduction to OpenCv

If you want to use OpenCV with Visual Studio than follow my Previous post “Tutorial:How to Build OpenCV in VS 2008“ Some Important Command: Allocate an image: IplImage* cvCreateImage(CvSize size, int depth, int channels);   size:  cvSize(width,height);   depth: pixel depth in bits: IPL_DEPTH_8U, IPL_DEPTH_8S, IPL_DEPTH_16U,IPL_DEPTH_16S, IPL_DEPTH_32S, IPL_DEPTH_32F, IPL_DEPTH_64F   channels: Number of channels per […]

Read More
| by sohil4932 | 1 comment

Tutorial:How to Build OpenCV in VS 2008

Small tutorial on how to build OpenCV in Microsoft Visual Studio 2008. Download CV:http://sourceforge.net/projects/opencvlibrary/files/opencv-win/2.1/ Note : If you are using VS 2008,do not install CV2.2,Use CV2.1

Read More
| by sohil4932 | 1 comment

Haroid Hand

We started thinking to make this before four months and we finally did it… It’s a humanoid hand with understandability of human gestures. Project by Harsh Thaker & me.

Read More