pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/opencv



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Thu Oct  8 17:45:59 UTC 2015

Modified Files:
        pkgsrc/graphics/opencv: Makefile PLIST buildlink3.mk distinfo
            options.mk
        pkgsrc/graphics/opencv/patches:
            patch-modules_core_include_opencv2_core_types_c.h
            patch-modules_ts_src_ts.cpp
Added Files:
        pkgsrc/graphics/opencv/patches:
            patch-cmake_OpenCVDetectCXXCompiler.cmake
            patch-modules_core_src_downhill__simplex.cpp
            patch-modules_core_src_parallel__pthreads.cpp
            patch-modules_python_common.cmake
Removed Files:
        pkgsrc/graphics/opencv/patches: patch-cmake_OpenCVFindLibsVideo.cmake
            patch-modules_contrib_src_inputoutput.cpp
            patch-modules_contrib_src_spinimages.cpp
            patch-modules_legacy_src_calibfilter.cpp
            patch-modules_ocl_src_gftt.cpp patch-modules_python_src2_cv2.cv.hpp

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


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/graphics/opencv/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/opencv/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/opencv/buildlink3.mk
cvs rdiff -u -r1.29 -r1.30 pkgsrc/graphics/opencv/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/opencv/options.mk
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/graphics/opencv/patches/patch-cmake_OpenCVDetectCXXCompiler.cmake \
    pkgsrc/graphics/opencv/patches/patch-modules_core_src_downhill__simplex.cpp \
    pkgsrc/graphics/opencv/patches/patch-modules_core_src_parallel__pthreads.cpp \
    pkgsrc/graphics/opencv/patches/patch-modules_python_common.cmake
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/graphics/opencv/patches/patch-cmake_OpenCVFindLibsVideo.cmake \
    pkgsrc/graphics/opencv/patches/patch-modules_contrib_src_inputoutput.cpp \
    pkgsrc/graphics/opencv/patches/patch-modules_contrib_src_spinimages.cpp \
    pkgsrc/graphics/opencv/patches/patch-modules_legacy_src_calibfilter.cpp \
    pkgsrc/graphics/opencv/patches/patch-modules_ocl_src_gftt.cpp \
    pkgsrc/graphics/opencv/patches/patch-modules_python_src2_cv2.cv.hpp
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/graphics/opencv/patches/patch-modules_core_include_opencv2_core_types_c.h
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/graphics/opencv/patches/patch-modules_ts_src_ts.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index