-1

Can anyone pls tell me how to start a project from the scratch using openCV. my project is an image enhancing application software for windows

  • Question is not specific. Add details about what exactly you want to do? – Abid Rahman K Jan 22 '12 at 12:03
  • Here is an idea: [configure your environment](http://stackoverflow.com/questions/7011238/opencv-2-3-c-visual-studio-2010/7014918#7014918) to compile OpenCV code. – karlphillip Jan 22 '12 at 12:47

1 Answers1

1

If you are starting with OpenCV, first setup OpenCV in windows.

Read the book on OpenCV by Gary Bradsky , "Learning OpenCV".

Learn to build applications.

OpenCV hosts a list of good tutorials.Check them out. And you can get a lot of tutorials by googling.

Abid Rahman K
  • 51,886
  • 31
  • 146
  • 157