Ask Your Question
0

In which programming language(s) can i import and use OpenCV?

asked 2017-10-03 12:02:00 -0600

I'm doing a graduation project. I need to do object, face, event and sound recognition in my project. Which programming languages fit best for my problems and also cooperates with OpenCV?

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
0

answered 2017-10-03 13:15:45 -0600

It depends on which language you are most proficient with.

Out of sheer speculation, I would say this is the order of language popularity:

  1. C++
  2. Python
  3. Java
  4. Matlab

According to Wikipedia, there are wrappers out there for C#, Perl, Ch, Haskell and Ruby.

If I were you I would not worry too much about the language; any language can easily be learnt, but instead ask two questions.

  1. _Which language(s) has/have the largest community and resources out there?_
  2. _Which language(s) is/are the least dormant?_ i.e. how long do I need to wait until OpenCV updates are reflected to the respective language

C++ and Python are the remaining favorites.

edit flag offensive delete link more
0

answered 2017-10-03 13:00:27 -0600

LBerger gravatar image

C++ is the best because opencv is written in C++ and all functions are available in C++. But there is good wrapper for java and python too.

For javascript it is the begin

Opencv is for image processing. Nothing available for sound

edit flag offensive delete link more

Comments

IMHO, opencv is more than image processing, it is designed for computer vision task.

tham gravatar imagetham ( 2017-10-03 15:48:45 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2017-10-03 12:02:00 -0600

Seen: 301 times

Last updated: Oct 03 '17