5
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

OpenCVAdvent Calendar 2022

Day 2

OpenCV 4.7.0のChangeLogを読み解く

Posted at

この記事はOpenCV Advent Calendar 2022の12月33日の記事です。

TL;DR

OpenCV 4.7.0が12/29にリリースされました、ということで、そのご紹介。

はじめに

  • 自己紹介
    • どこにでもいる画像処理エンジニアでした!2023年はどうなるか分かりません!!
  • ChangeLogの場所
    • OpenCVのChangeLogは、wikiで管理されている。

この修正内容のサマリーをざっくりと読み解いていきたい。こんな対応を入れたんだ、へー、というレベルで。

個人的気になったポイント


Highlights on this release:

DNN:

(後述)

Algorithms:

Multimedia:

G-API

(後述)

Optimization:

DNN Module patches

G-API framework:

  • Slightly refactored G-API executor class hierarchy for the future extensibility: #22451;
    • 将来の拡張性を考えて、階層構造に関するリファクタリング
  • OpenCL backend:
    • Introduced zero-copy path from oneVPL surfaces to OpenCL/GPU memory buffers in the OpenCL backend: #22559;
      • OneVPL surfaceからOpenCL/GPU っ森バッファへのzero copy pathの導入。
      • つまり、メモリコピーなしで演算しましょうと。
  • Intel® OpenVINO™ inference backend:
  • Media integration:
    • Added tests and samples for oneVPL VAAPI (Linux) backend: #22212;
    • Fixed various issues with oneVPL build on Windows and Linux: #22393, #22456, #22462;
  • Python bindings:
    • Exposed Stateful Kernels in Python: #22037;
    • Exposed ONNX Runtime NN backend in Python: #22017;
    • Exposed all core and imgproc G-API operations in Python: #22494, #22735;
    • (雑に言うと、Python-GAPI-NNの連携が非常に取りやすくなりました)。
  • Samples:
    • Various updates to the G-API Pipeline Modelling tool: #22518, #22583;
  • Other changes and fixes:
    • Updated ADE (the core internal graph library) to version 0.1.2a: #22432;
    • Fixed various build warnings: #22935, and issues: #22712;

ということで、今回の修正の雰囲気はつかめたと思います。

ご精読、ありがとうございました!!

5
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?