tags:

views:

553

answers:

2

i am trying to do a project "Object detection" i selected the language C#.net.can i use opencv library to do this project in c#.net.if so, what will be the steps and what are the functions in opencv library can i use?please anybody help me... thanx

A: 

Google reveals OpenCVDotNet.

Frank Bollack
A: 

OpenCVDotNet has been dormant for a while - I would recommend Emgu CV. The example project includes a shape detection sample that should get you started.

dahlbyk