Subject: CVS commit: pkgsrc/graphics/opencv
From: Filip Hajny
Date: 2015-10-08 19:45:59
Message id: 20151008174559.53AA298@cvs.netbsd.org

Log Message:
Update graphics/opencv to 3.0.0.

Major changes (besides bugfixes):
- opencv_contrib (http://github.com/itseez/opencv_contrib) repository
  has been added.
- a subset of Intel IPP (IPPCV) is given to us and our users free
  of charge, free of licensing fees, for commercial and non-commerical
  use.
- T-API (transparent API) has been introduced, this is transparent GPU
  acceleration layer using OpenCL. It does not add any compile-time or
  runtime dependency of OpenCL. When OpenCL is available, it's detected
  and used, but it can be disabled at compile time or at runtime.
- ~40 OpenCV functions have been accelerated using NEON intrinsics and
  because these are mostly basic functions, some higher-level functions
  got accelerated as well.
- There is also new OpenCV HAL layer that will simplifies creation
  of NEON-optimized code and that should form a base for the open-source
  and proprietary OpenCV accelerators.
- The documentation is now in Doxygen: http://docs.opencv.org/master/
- We cleaned up API of many high-level algorithms from features2d, calib3d,
  objdetect etc. They now follow the uniform "abstract interface - hidden
  implementation" pattern and make extensive use of smart pointers \ 
(Ptr<>).
- Greatly improved and extended Python & Java bindings (also, see below on
  the Python bindings), newly introduced Matlab bindings
- Improved Android support - now OpenCV Manager is in Java and supports
  both 2.4 and 3.0.
- Greatly improved WinRT support, including video capturing and
  multi-threading capabilities. Thanks for Microsoft team for this!
- Big thanks to Google who funded several successive GSoC programs and
  let OpenCV in. The results of many successful GSoC 2013 and 2014 projects
  have been integrated in opencv 3.0 and opencv_contrib (earlier results
  are also available in OpenCV 2.4.x). We can name:
  - text detection
  - many computational photography algorithms (HDR, inpainting, edge-aware
    filters, superpixels,...)
  - tracking and optical flow algorithms
  - new features, including line descriptors, KAZE/AKAZE
  - general use optimization (hill climbing, linear programming)
  - greatly improved Python support, including Python 3.0 support, many new
    tutorials & samples on how to use OpenCV with Python.
  - 2d shape matching module and 3d surface matching module
  - RGB-D module
  - VTK-based 3D visualization module

For full changelog see:

  http://code.opencv.org/projects/opencv/wiki/ChangeLog

For 2.4 to 3.0 transition, see the transition guide:

  http://docs.opencv.org/master/db/dfa/tutorial_transition_guide.html

Files:
RevisionActionfile
1.56modifypkgsrc/graphics/opencv/Makefile
1.15modifypkgsrc/graphics/opencv/PLIST
1.2modifypkgsrc/graphics/opencv/buildlink3.mk
1.30modifypkgsrc/graphics/opencv/distinfo
1.6modifypkgsrc/graphics/opencv/options.mk
1.2modifypkgsrc/graphics/opencv/patches/patch-modules_core_include_opencv2_core_types_c.h
1.3modifypkgsrc/graphics/opencv/patches/patch-modules_ts_src_ts.cpp
1.1addpkgsrc/graphics/opencv/patches/patch-cmake_OpenCVDetectCXXCompiler.cmake
1.1addpkgsrc/graphics/opencv/patches/patch-modules_core_src_downhill__simplex.cpp
1.1addpkgsrc/graphics/opencv/patches/patch-modules_core_src_parallel__pthreads.cpp
1.1addpkgsrc/graphics/opencv/patches/patch-modules_python_common.cmake
1.1removepkgsrc/graphics/opencv/patches/patch-cmake_OpenCVFindLibsVideo.cmake
1.1removepkgsrc/graphics/opencv/patches/patch-modules_contrib_src_inputoutput.cpp
1.1removepkgsrc/graphics/opencv/patches/patch-modules_contrib_src_spinimages.cpp
1.1removepkgsrc/graphics/opencv/patches/patch-modules_legacy_src_calibfilter.cpp
1.1removepkgsrc/graphics/opencv/patches/patch-modules_ocl_src_gftt.cpp
1.1removepkgsrc/graphics/opencv/patches/patch-modules_python_src2_cv2.cv.hpp