SHA256
1
0
forked from pool/opencv

Accepting request 499529 from KDE:Extra

1

OBS-URL: https://build.opensuse.org/request/show/499529
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opencv?expand=0&rev=65
This commit is contained in:
2017-06-12 13:13:03 +00:00
committed by Git OBS Bridge
parent 9543eeb4cc
commit acc57aecda
10 changed files with 170 additions and 70 deletions

View File

@@ -1,3 +1,52 @@
-------------------------------------------------------------------
Sun May 28 12:32:09 UTC 2017 - stefan.bruens@rwth-aachen.de
- Update to OpenCV 3.2.0
- Results from 11 GSoC 2016 projects have been submitted to the library:
+ sinusoidal patterns for structured light and phase unwrapping module
[Ambroise Moreau (Delia Passalacqua)]
+ DIS optical flow (excellent dense optical flow algorithm that is both
significantly better and significantly faster than Farnebacks algorithm
our baseline), and learning-based color constancy algorithms implementation
[Alexander Bokov (Maksim Shabunin)]
+ CNN based tracking algorithm (GOTURN) [Tyan Vladimir (Antonella Cascitelli)]
+ PCAFlow and Global Patch Collider algorithms implementation
[Vladislav Samsonov (Ethan Rublee)]
+ Multi-language OpenCV Tutorials in Python, C++ and Java
[João Cartucho (Vincent Rabaud)]
+ New camera model and parallel processing for stitching pipeline
[Jiri Horner (Bo Li)]
+ Optimizations and improvements of dnn module
[Vitaliy Lyudvichenko (Anatoly Baksheev)]
+ Base64 and JSON support for file storage. Use names like
“myfilestorage.xml?base64” when writing file storage to store big chunks of
numerical data in base64-encoded form. [Iric Wu (Vadim Pisarevsky)]
+ tiny_dnn improvements and integration
[Edgar Riba (Manuele Tamburrano, Stefano Fabri)]
+ Quantization and semantic saliency detection with tiny_dnn
[Yida Wang (Manuele Tamburrano, Stefano Fabri)]
+ Word-spotting CNN based algorithm
[Anguelos Nicolaou (Lluis Gomez)]
- Contributions besides GSoC:
+ Greatly improved and accelerated dnn module in opencv_contrib:
- Many new layers, including deconvolution, LSTM etc.
- Support for semantic segmentation and SSD networks with samples.
- TensorFlow importer + sample that runs Inception net by Google.
+ More image formats and camera backends supported
+ Interactive camera calibration app
+ Multiple algorithms implemented in opencv_contrib
+ Supported latest OSes, including Ubuntu 16.04 LTS and OSX 10.12
+ Lots of optimizations for IA and ARM archs using parallelism, vector
instructions and new OpenCL kernels.
+ OpenCV now can use vendor-provided OpenVX and LAPACK/BLAS (including Intel MKL,
Apples Accelerate, OpenBLAS and Atlas) for acceleration
- Refreshed opencv-build-compare.patch
- Dropped upstream opencv-gcc5.patch
- Replace opencv-gcc6-disable-pch.patch with upstream patch
opencv-gcc6-fix-pch-support-PR8345.patch
- Enable TBB support (C++ threading library)
- Add dependency on openBLAS
-------------------------------------------------------------------
Thu Jul 21 07:55:09 UTC 2016 - olaf@aepfle.de