pkgsrc/graphics/opencv/patches
fhajny 9461415090 Update graphics/opencv to 3.3.0.
Sync opencv-contrib-face too.

Main changes:

- DNN module from opencv_contrib was promoted to the main repository,
  improved and accelerated it a lot. An external BLAS implementation is
  not needed anymore. For GPU there is experimental DNN acceleration using
  Halide (http://halide-lang.org).
- OpenCV can now be built as C++ 11 library using the flag ENABLE_CXX11.
  Some cool features for C++ 11 programmers have been added.
- We've also enabled quite a few AVX/AVX2 and SSE4.x optimizations in
  the default build of OpenCV thanks to the feature called 'dynamic
  dispatching'. The DNN module also has some AVX/AVX2 optimizations.
- Intel Media SDK can now be utilized by our videoio module to do
  hardware-accelerated video encoding/decoding. MPEG1/2, as well as
  H.264 are supported.
- Embedded into OpenCV Intel IPP subset has been upgraded from 2015.12
  to 2017.2 version, resulting in ~15% speed improvement in our core &
  imgproc perf tests.

Full release notes:

  https://github.com/opencv/opencv/wiki/ChangeLog
2017-09-04 15:23:49 +00:00
..
patch-3rdparty_ippicv_ippicv.cmake Update graphics/opencv to 3.3.0. 2017-09-04 15:23:49 +00:00
patch-3rdparty_protobuf_src_google_protobuf_message__lite.cc Update graphics/opencv to 3.3.0. 2017-09-04 15:23:49 +00:00
patch-cmake_OpenCVDetectCXXCompiler.cmake Update graphics/opencv to 3.0.0. 2015-10-08 17:45:59 +00:00
patch-modules_core_include_opencv2_core_types_c.h Update graphics/opencv to 3.0.0. 2015-10-08 17:45:59 +00:00
patch-modules_core_src_downhill__simplex.cpp Update graphics/opencv to 3.0.0. 2015-10-08 17:45:59 +00:00
patch-modules_core_src_parallel__pthreads.cpp Update graphics/opencv to 3.3.0. 2017-09-04 15:23:49 +00:00
patch-modules_core_src_system.cpp
patch-modules_flann_include_opencv2_flann_defines.h
patch-modules_ts_src_ts.cpp Update graphics/opencv to 3.0.0. 2015-10-08 17:45:59 +00:00
patch-modules_videoio_src_cap__v4l.cpp Update graphics/opencv to 3.3.0. 2017-09-04 15:23:49 +00:00