Data

OpenCV 4.0 alpha release out!

1 min read

With more than 3 years from the time of previous version release OpenCV 3.0, the team happily announced the alpha release of the most awaited OpenCV 4.0. The new version is set to encompass exclusive features such as 3D dense reconstruction algorithm, newest improvements and bug fixes to recent maintenance release of OpenCV 3.4.

Key Features:

  • OpenCV is a C++11 library now
  • Default features include lambda functions, convenient iteration, and initialization of cv::Mat
  • Added new chessboard detector
  • Added exclusive HPX parallel backend and basic FP16 support
  • Standard std::string and std::shared_ptr replaced hand-crafted cv::String and cv::Ptr
  • parallel_for can now use the pool of std::threads as backend

Major improvements and bug fixes:

  • ONNX parser added to existing OpenCV DNN module
  • Support to various classification networks – AlexNet, Inception v2, Resnet, VGG
  • Partial support to YOLO v2 object detection network
  • Faster object detection using Intel Inference Engine, part of Intel OpenVINO
  • Added stability improvements in the OpenCL backend
  • Fast QR code detector with support to add QR code decoder soon
  • SSE4-, AVX2- and NEON-optimized kernels expanded
  • Legacy C API from OpenCV 1.x partially excluded

This alpha release appears to be a massive version with 85 patches including 28 merge requests. This release is assumed to be quite stable although few changes in OpenCV API and implementation are expected before 4.0 final release. For more information on the detailed list of features and improvements, please read official documentation.

Read Next

Image filtering techniques in OpenCV

3 ways to deploy QT and OpenCV application

OpenCV and Android: Making Your Apps See

Pravin Dhandre

Category Manager and tech enthusiast. Previously worked on global market research and lead generation assignments. Keeps a constant eye on Artificial Intelligence.

Share
Published by
Pravin Dhandre
Tags: AI News

Recent Posts

Top life hacks for prepping for your IT certification exam

I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed…

3 years ago

Learn Transformers for Natural Language Processing with Denis Rothman

Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN…

3 years ago

Learning Essential Linux Commands for Navigating the Shell Effectively

Once we learn how to deploy an Ubuntu server, how to manage users, and how…

3 years ago

Clean Coding in Python with Mariano Anaya

Key-takeaways:   Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity. If we…

3 years ago

Exploring Forms in Angular – types, benefits and differences   

While developing a web application, or setting dynamic pages and meta tags we need to deal with…

3 years ago

Gain Practical Expertise with the Latest Edition of Software Architecture with C# 9 and .NET 5

Software architecture is one of the most discussed topics in the software industry today, and…

3 years ago