head 1.3; access; symbols pkgsrc-2016Q4:1.2.0.8 pkgsrc-2016Q4-base:1.2 pkgsrc-2016Q3:1.2.0.6 pkgsrc-2016Q3-base:1.2 pkgsrc-2016Q2:1.2.0.4 pkgsrc-2016Q2-base:1.2 pkgsrc-2016Q1:1.2.0.2 pkgsrc-2016Q1-base:1.2 pkgsrc-2015Q4:1.1.0.2 pkgsrc-2015Q4-base:1.1; locks; strict; comment @// @; 1.3 date 2017.03.16.21.59.13; author prlw1; state dead; branches; next 1.2; commitid QsCtUieNr6Jn5PJz; 1.2 date 2016.02.21.14.10.46; author fhajny; state Exp; branches; next 1.1; commitid oUpgwBhk2q1m1NVy; 1.1 date 2015.10.13.14.37.43; author joerg; state Exp; branches; next ; commitid uhd2nzHDmsYGnXEy; desc @@ 1.3 log @Update opencv to 3.2 Many Darwin library handling patches removed because of commit 912592de4ce Remove "INSTALL_NAME_DIR lib" target property Full changelog at https://github.com/opencv/opencv/wiki/ChangeLog Highlights: * Results from 11 GSoC 2016 projects have been submitted to the library, 9 of them have been integrated already, 2 still pending (the numbers below are the id's of the Pull Requests in opencv or opencv_contrib repository): + Ambroise Moreau (Delia Passalacqua) - sinusoidal patterns for structured light and phase unwrapping module (711) + Alexander Bokov (Maksim Shabunin) - DIS optical flow (excellent dense optical flow algorithm that is both significantly better and significantly faster than Farneback's algorithm - our baseline), and learning-based color constancy algorithms implementation (689, 708, 722, 736, 745, 747) + Tyan Vladimir (Antonella Cascitelli) - CNN based tracking algorithm (GOTURN) (718, 899) + Vladislav Samsonov (Ethan Rublee) - PCAFlow and Global Patch Collider algorithms implementation (710, 752) + Jo o Cartucho (Vincent Rabaud) - Multi-language OpenCV Tutorials in Python, C++ and Java (7041) + Jiri Horner (Bo Li) - New camera model and parallel processing for stitching pipeline (6933) + Vitaliy Lyudvichenko (Anatoly Baksheev) - Optimizations and improvements of dnn module (707, 750) + Iric Wu (Vadim Pisarevsky) - Base64 and JSON support for file storage (6697, 6949, 7088). Use names like `"myfilestorage.xml?base64"` when writing file storage to store big chunks of numerical data in base64-encoded form. + Edgar Riba (Manuele Tamburrano, Stefano Fabri) - tiny_dnn improvements and integration (720: pending) + Yida Wang (Manuele Tamburrano, Stefano Fabri) - Quantization and semantic saliency detection with tiny_dnn + Anguelos Nicolaou (Lluis Gomez) - Word-spotting CNN based algorithm (761: pending) @ text @$NetBSD: patch-modules_objdetect_include_opencv_objdetect_detection__based__tracker.hpp,v 1.2 2016/02/21 14:10:46 fhajny Exp $ --- modules/objdetect/include/opencv2/objdetect/detection_based_tracker.hpp.orig 2015-12-18 15:02:16.000000000 +0000 +++ modules/objdetect/include/opencv2/objdetect/detection_based_tracker.hpp @@@@ -46,7 +46,7 @@@@ // After this condition removal update blacklist for bindings: modules/python/common.cmake #if defined(__linux__) || defined(LINUX) || defined(__APPLE__) || defined(__ANDROID__) || \ - (defined(__cplusplus) && __cplusplus > 201103L) || (defined(_MSC_VER) && _MSC_VER >= 1700) + (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(_MSC_VER) && _MSC_VER >= 1700) #include @ 1.2 log @Update graphics/opencv to 3.1.0. * A lot of new functionality has been introduced during GSoC 2015: - "Omnidirectional Cameras Calibration and Stereo 3D Reconstruction" opencv_contrib/ccalib module - "Structure From Motion" - opencv_contrib/sfm module - "Improved Deformable Part-based Models" - opencv_contrib/dpm module - "Real-time Multi-object Tracking using Kernelized Correlation Filter" - opencv_contrib/tracking module - "Improved and expanded Scene Text Detection" - opencv_contrib/text module - "Stereo correspondence improvements" - opencv_contrib/stereo module - "Structured-Light System Calibration" - opencv_contrib/structured_light - "Chessboard+ArUco for camera calibration" - opencv_contrib/aruco - "Implementation of universal interface for deep neural network frameworks" - opencv_contrib/dnn module - "Recent advances in edge-aware filtering, improved SGBM stereo algorithm" - opencv/calib3d and opencv_contrib/ximgproc - "Improved ICF detector, waldboost implementation" - opencv_contrib/xobjdetect - "Multi-target TLD tracking" - opencv_contrib/tracking module - "3D pose estimation using CNNs" - opencv_contrib/cnn_3dobj * Many great contributions made by the community, such as: - Support for HDF5 format - New/Improved optical flow algorithms - Multiple new image processing algorithms for filtering, segmentation and feature detection - Superpixel segmentation * IPPICV is now based on IPP 9.0.1, which should make OpenCV even faster on modern Intel chips * opencv_contrib modules can now be included into the opencv2.framework for iOS * Newest operating systems are supported: Windows 10 and OSX 10.11 (Visual Studio 2015 and XCode 7.1.1) * Interoperability between T-API and OpenCL, OpenGL, DirectX and Video Acceleration API on Linux, as well as Android 5 camera. * HAL (Hardware Acceleration Layer) module functionality has been moved into corresponding basic modules; the HAL replacement mechanism has been implemented along with the examples See full changelog: https://github.com/Itseez/opencv/wiki/ChangeLog @ text @d1 1 a1 1 $NetBSD: patch-modules_objdetect_include_opencv_objdetect_detection__based__tracker.hpp,v 1.1 2015/10/13 14:37:43 joerg Exp $ @ 1.1 log @Don't fetch 3rd party modules during build from the Internet. Don't require C++14 for no obvious reason. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- modules/objdetect/include/opencv2/objdetect/detection_based_tracker.hpp.orig 2015-10-13 12:31:00.000000000 +0000 d5 1 a5 2 @@@@ -45,7 +45,7 @@@@ #define __OPENCV_OBJDETECT_DBT_HPP__ d7 1 @