简体   繁体   English

OpenCV 3.0和c ++(windows)

[英]OpenCV 3.0 and c++ (windows)

I'm developing with OpenCV 2.4.11 for C++ and Microsoft Visual Studio. 我正在使用OpenCV 2.4.11开发C ++和Microsoft Visual Studio。 Does somebody know how good the 3.0 Beta for Windows and C++ works? 有人知道Windows和C ++的3.0 Beta有多好吗? What are the advantages of 3.0 and what are the disadvantages (as it is the beta version, I guess that there are still some bugs)? 3.0有什么优点和缺点(因为它是测试版,我想还有一些错误)? When is the official "not-beta-version" released? 官方的“非beta版本”何时发布?

My project shifted to Opencv 3.0 beta version last month,as per official website there are some performance improvement in basic API's.After 1 month of testing here are my observation 我的项目上个月转移到Opencv 3.0测试版,根据官方网站,基本API的性能有所改善。经过1个月的测试,这是我的观察

  1. Syntax of the API's are almost same. API的语法几乎相同。
  2. No major blocker found so far. 到目前为止没有发现主要阻滞剂。
  3. Improvement in performance. 性能改善。
  4. Increase in the size of DLL's. 增加DLL的大小。

But again I must remind you that I have not tried all the api's but so far it good. 但我必须再次提醒你,我没有尝试过所有的api,但到目前为止还不错。

Note: As per official website Opencv 3.0 release date was Dec 2014 but still they have not released it. 注意:根据官方网站,Opencv 3.0发布日期是2014年12月,但他们还没有发布。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM