OpenCV Image Processing — C++ vs C vs Python

后端 未结 4 996
执笔经年
执笔经年 2021-02-01 17:20

I was thinking of trying OpenCV for a project and noticed that it had C, C++ and Python.

I am trying to figure out whether I should use C++, C or Python -- and would lik

4条回答
  •  生来不讨喜
    2021-02-01 17:48

    Even if you're very proficient in C or C++, you should use python to speed up your development (I should guess a 4x factor). Performance are really quite the same.

提交回复
热议问题