From f9d68395ae88f3d0aeeb4ad864ed83883eac14d0 Mon Sep 17 00:00:00 2001 From: Lydia Kravchenko <61323945+lydiakravchenko@users.noreply.github.com> Date: Fri, 6 Aug 2021 19:41:54 +0300 Subject: [PATCH] Updated 2021 (markdown) --- 2021.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/2021.md b/2021.md index f225208..8bdb93d 100644 --- a/2021.md +++ b/2021.md @@ -87,6 +87,33 @@ +## 2021-07-16 + +### *__Minutes__* + +* Maksim Shabunin will make announcement and OpenCV.org changes in the meantime. +* OpenCV 5.0 + * '3d' module depends on 'features2d'. That looks unusual for a common module. Will be discussed with Vadim next week. + * Rositslav is working on 3d interface. He is on vacations this week. +* GSoC 2021 + * GSoC PR [#3006](https://github.com/opencv/opencv_contrib/pull/3006) contains LGPL code and will be rejected. + * AI to all: add PRs and student evaluation status to GSoC tracking spreadsheet. +* PRs & Issues: + * AArch64 semihosting: #20392 -- Alexander Alekhin will look at it next week. + * Add read/write functions for features2d and normalize naming convention: #20367. Most of classes inherited from cv::Algorithm do not implement FileStorage operations. Decided that the PR is useful, but should be more conservative: do not change test parameters and xml/yaml. + * Exception when destroyWindow is called on a non existing window: #20417. Alternative option - print warning. + * Java: force using of 'Ptr<>' for OpenCV classes: #2034 - JFYI + * Proposal: Drop Output and InputOutput arguments from Python bindings interfaces for OpenCV 5.x: #20418 -- will be discussed next time with Vadim Pisarevsky. + * GTK vs VLFW for 3D -- need Vadim Pisarevsky for the discussion. + * Message_lite.h support in DNN. + * The option makes sense. + * Need to re-generate C code from propobuf files with lite option. M.b. update protobuf. + * Need do check compatibility with 3.4. Make sense to propose pr to master. + + +
+<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+
## 2021-07-14