OpenCV Image Processing — C++ vs C vs Python

后端 未结 4 945
执笔经年
执笔经年 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:53

    The Python interface is still being developed whereas the C++ interface (especially with the new Mat class) is quite mature. If you're comfortable in C++, I would highly recommend using it - else, you can start using Python and contribute back any features you think OpenCV needs :)

提交回复
热议问题