From Fedora Project Wiki
 
Line 34: Line 34:


== Detailed Description ==
== Detailed Description ==
This version drop support for legacy OpenCV version 1 (C style) API over the OpenCV version 2 (C++ style) API. Despite the change was more than 7 years ago, some application keep using the C style API as compatibility was kept up to OpenCV 3.x.
This version drop support for legacy OpenCV version 1 (C style) API over the OpenCV version 2 (C++ style) API. Despite the change was more than 7 years ago, some applications still use the C style API as compatibility was kept up to OpenCV 3.x.


The main advantage of OpenCV 4 is a modern Computer Vision Framework advertising
The main advantages of OpenCV 4 is a modern Computer Vision Framework advertising :
 
* C++11 compliance
* C++11 compliant
* New module G-API for graph-based image processing pipelines.
* New module G-API for graph-based image procesing pipelines.
* Better implementation of few algorithms.
* Better implementation of few algorithms.
* See also https://opencv.org/opencv-4-2/
* See also https://opencv.org/opencv-4-2/
Line 46: Line 45:


Few packages will need to be ported to work with OpenCV 4.2.x
Few packages will need to be ported to work with OpenCV 4.2.x


== Benefit to Fedora ==
== Benefit to Fedora ==

Latest revision as of 16:23, 6 January 2020

OpenCV 4.2.x

Summary

Update OpenCV to 4.2.x.

Owner

Current status

  • Targeted release: Fedora 32
  • Last updated: 2020-01-06
  • Tracker bug: <will be assigned by the Wrangler>
  • Release notes tracker: <will be assigned by the Wrangler>

Detailed Description

This version drop support for legacy OpenCV version 1 (C style) API over the OpenCV version 2 (C++ style) API. Despite the change was more than 7 years ago, some applications still use the C style API as compatibility was kept up to OpenCV 3.x.

The main advantages of OpenCV 4 is a modern Computer Vision Framework advertising :

Few packages will need to be ported to work with OpenCV 4.2.x

Benefit to Fedora

Scope

  • Proposal owners:

Update OpenCV to version 4.2.x and rebuilt few applications that depends on it.

  • Other developers: N/A (not a System Wide Change)
  • Policies and guidelines: N/A (not a System Wide Change)
  • Trademark approval: N/A (not needed for this Change)

Upgrade/compatibility impact

N/A (not a System Wide Change)

How To Test

N/A (not a System Wide Change)

User Experience

Dependencies

N/A (not a System Wide Change)

Contingency Plan

If few applications are missing support for OpenCV 4.x they will be built with OpenCV support disabled if such support is optional. Application where upstream is already in-active are unlikely to be worked on in the scope of this proposal.

  • Contingency mechanism: (What to do? Who will do it?) N/A (not a System Wide Change)
  • Contingency deadline: N/A (not a System Wide Change)
  • Blocks release? N/A (not a System Wide Change), Yes/No
  • Blocks product? product

Documentation

N/A (not a System Wide Change)

Release Notes