fd-opencv3:master

Last commit made on 2016-12-23
Get this branch:
git clone -b master https://git.launchpad.net/fd-opencv3

Branch merges

Branch information

Name:
master
Repository:
lp:fd-opencv3

Recent commits

1bf625e... by Alexander Alekhin <email address hidden>

Merge tag '3.2.0'

e0bd4b5... by Alexander Alekhin <email address hidden>

OpenCV Version++

3.2.0

63eb624... by Vadim Pisarevsky <email address hidden>

restored OpenBLAS detection; fixed MKL's lapack header (#7921)

9bb075a... by Alexander Alekhin <email address hidden>

cmake(osx): fix CoreImage error (#7916)

629acc0... by Vadim Pisarevsky <email address hidden>

moved BLAS/LAPACK detection scripts from opencv_contrib/dnn to the main repository (#7918)

* moved BLAS/LAPACK detection scripts from opencv_contrib/dnn to the main repository.

* trying to fix the bug with undefined symbols sgesdd_ and dgesdd_

* removed extra whitespaces; disabled LAPACK on IOS

273097f... by Alexander Alekhin <email address hidden>

Merge pull request #7901 from peterentwistle:fixClassifierTutorialLinks

081dba1... by Alexander Alekhin <email address hidden>

Merge pull request #7915 from alalek:CvMat

b322dd0... by Alexander Alekhin <email address hidden>

photo: fix InputArray -> CvMat

09118a2... by Alexander Alekhin <email address hidden>

calib3d: fix InputArray -> CvMat

99d16cb... by Vitaly Tuzov <email address hidden>

Merge pull request #7802 from terfendail:ovxhal_wrappers_migration

* OpenVX HAL updated to use generic OpenVX wrappers

* vxErr class from OpenVX HAL replaced with ivx::WrapperError

* reduced usage of vxImage class from OpenVX HAL replaced with ivx::Image

* vxImage class rewritten as ivx::Image subclass that calls swapHandle prior release

* Fix OpenVX HAL build

* Fix for review comments