platform/upstream/opencv.git
7 years agoAdd note about OTSU and TRIANGLE (comment sovrasov)
LaurentBerger [Tue, 7 Feb 2017 09:14:24 +0000 (10:14 +0100)]
Add note about OTSU and TRIANGLE (comment sovrasov)

7 years agoSolve issue 8136 opencv doc of threshold
LaurentBerger [Mon, 6 Feb 2017 21:49:18 +0000 (22:49 +0100)]
Solve issue 8136 opencv doc of threshold

7 years agoMerge pull request #8133 from StevenPuttemans:add_detectMultiScale_notice
Alexander Alekhin [Mon, 6 Feb 2017 10:36:06 +0000 (10:36 +0000)]
Merge pull request #8133 from StevenPuttemans:add_detectMultiScale_notice

7 years agoMerge pull request #8132 from tonytheodore:highgui-gl
Alexander Alekhin [Mon, 6 Feb 2017 10:35:27 +0000 (10:35 +0000)]
Merge pull request #8132 from tonytheodore:highgui-gl

7 years agoMerge pull request #8128 from LaurentBerger:MatrixExpressions
Alexander Alekhin [Mon, 6 Feb 2017 10:34:12 +0000 (10:34 +0000)]
Merge pull request #8128 from LaurentBerger:MatrixExpressions

Add a link to MatExpr in Detailed Description of Mat

7 years agoMerge pull request #8123 from msk-repo01:master
Alexander Alekhin [Mon, 6 Feb 2017 10:32:22 +0000 (10:32 +0000)]
Merge pull request #8123 from msk-repo01:master

7 years agoMerge pull request #8107 from reunanen:fix8093
Alexander Alekhin [Mon, 6 Feb 2017 10:31:34 +0000 (10:31 +0000)]
Merge pull request #8107 from reunanen:fix8093

7 years agoadd explanation to detectMultiScale overload functionality
StevenPuttemans [Mon, 6 Feb 2017 09:38:03 +0000 (10:38 +0100)]
add explanation to detectMultiScale overload functionality

7 years agohighgui: use forward slash for gl.h include
Tony Theodore [Sun, 5 Feb 2017 17:15:10 +0000 (04:15 +1100)]
highgui: use forward slash for gl.h include

The backslash causes build failure when cross-compiling with mingw-w64

7 years agoAdd a link to MatExpr in Detailed Description of Mat
LaurentBerger [Sat, 4 Feb 2017 10:10:50 +0000 (11:10 +0100)]
Add a link to MatExpr in Detailed Description of Mat

7 years agoMerge pull request #8084 from mshabunin:libstdcplusplus-debug
Alexander Alekhin [Fri, 3 Feb 2017 08:47:37 +0000 (08:47 +0000)]
Merge pull request #8084 from mshabunin:libstdcplusplus-debug

7 years agoFix for opencv/opencv#8105 (compiling with mingw32)
msk-repo01 [Thu, 2 Feb 2017 21:47:09 +0000 (13:47 -0800)]
Fix for opencv/opencv#8105 (compiling with mingw32)

fix for opencv/opencv#8105, compilation issue with mingw32 (in
google/googletest#721 a similar issue was solved and the reason was
described as MinGW defines _CRITICAL_SECTION and _RTL_CRITICAL_SECTION
as two separate (equivalent) structs, instead of using typedef)

7 years agoMerge pull request #8112 from PkLab:Fix_7898
PkLab [Wed, 1 Feb 2017 14:37:24 +0000 (15:37 +0100)]
Merge pull request #8112 from PkLab:Fix_7898

CoInitialize/CoUninitialize in VFW classes (#8112)

7 years agoMerge pull request #8114 from lupustr3:pvlasov/ipp_python_export
Alexander Alekhin [Wed, 1 Feb 2017 09:46:59 +0000 (09:46 +0000)]
Merge pull request #8114 from lupustr3:pvlasov/ipp_python_export

7 years agoAdds IPP control functions to bindings export
Pavel Vlasov [Wed, 1 Feb 2017 07:29:35 +0000 (10:29 +0300)]
Adds IPP control functions to bindings export

7 years agoMerge pull request #8078 from tomoaki0705:universalIntrinsicLapack
Alexander Alekhin [Tue, 31 Jan 2017 18:46:54 +0000 (18:46 +0000)]
Merge pull request #8078 from tomoaki0705:universalIntrinsicLapack

7 years agoMerge pull request #8109 from lupustr3:pvlasov/ipp_build_fix
Alexander Alekhin [Tue, 31 Jan 2017 16:10:09 +0000 (16:10 +0000)]
Merge pull request #8109 from lupustr3:pvlasov/ipp_build_fix

7 years agoFixes IPP build on linux;
Pavel Vlasov [Tue, 31 Jan 2017 13:39:09 +0000 (16:39 +0300)]
Fixes IPP build on linux;

7 years agoFix #8093: CV_DbgAssert that the result of area() fits in the return value
Juha Reunanen [Sun, 29 Jan 2017 15:32:40 +0000 (17:32 +0200)]
Fix #8093: CV_DbgAssert that the result of area() fits in the return value

7 years agoMerge pull request #8081 from mshabunin:fix-kmeans-compactness
Vadim Pisarevsky [Tue, 31 Jan 2017 12:19:46 +0000 (12:19 +0000)]
Merge pull request #8081 from mshabunin:fix-kmeans-compactness

7 years agoEnable GNU STL debug mode for debug builds
Maksim Shabunin [Tue, 31 Jan 2017 09:36:26 +0000 (12:36 +0300)]
Enable GNU STL debug mode for debug builds

7 years agoMerge pull request #8077 from sovrasov:mog2_docs_update
Maksim Shabunin [Tue, 31 Jan 2017 09:13:53 +0000 (09:13 +0000)]
Merge pull request #8077 from sovrasov:mog2_docs_update

7 years agoMerge pull request #8103 from sovrasov:em_docs_update
Maksim Shabunin [Tue, 31 Jan 2017 09:10:37 +0000 (09:10 +0000)]
Merge pull request #8103 from sovrasov:em_docs_update

7 years agoKMeans improvement
Maksim Shabunin [Tue, 31 Jan 2017 09:05:08 +0000 (12:05 +0300)]
KMeans improvement

- fixed returned compactness value
- added centers drawing to the example app
- added compactness test

7 years agouse universal intrinsic in VBLAS
Tomoaki Teshima [Mon, 30 Jan 2017 20:36:27 +0000 (05:36 +0900)]
use universal intrinsic in VBLAS
 - brush up v_reduce_sum of SSE version

7 years agoml::EM: add documentation for predict() method
Vladislav Sovrasov [Mon, 30 Jan 2017 14:11:19 +0000 (17:11 +0300)]
ml::EM: add documentation for predict() method

7 years agoMerge pull request #8098 from chrizandr:Tree_load_Wrapper
Alexander Alekhin [Mon, 30 Jan 2017 14:25:23 +0000 (17:25 +0300)]
Merge pull request #8098 from chrizandr:Tree_load_Wrapper

Add wrappers for load functions for DTrees and Boost classifiers

7 years agoMerge pull request #8082 from PkLab:fix_videoio_doc
Alexander Alekhin [Mon, 30 Jan 2017 14:05:03 +0000 (14:05 +0000)]
Merge pull request #8082 from PkLab:fix_videoio_doc

7 years agoMerge pull request #8089 from hrnr:estimate_convert_fix
Alexander Alekhin [Mon, 30 Jan 2017 13:53:50 +0000 (16:53 +0300)]
Merge pull request #8089 from hrnr:estimate_convert_fix

fix wrong conversion in estimateAffine2D* functions

7 years agoMerge pull request #8099 from chrizandr:ML_Wrappers
Alexander Alekhin [Mon, 30 Jan 2017 13:52:31 +0000 (16:52 +0300)]
Merge pull request #8099 from chrizandr:ML_Wrappers

Wrappers for load methods of EM, LR, SVMSGD and Normal Bayes Classifier

7 years agoMerge pull request #8088 from paroj:vtkfix
Alexander Alekhin [Mon, 30 Jan 2017 13:51:40 +0000 (13:51 +0000)]
Merge pull request #8088 from paroj:vtkfix

7 years agoWrappers for load methods of EM, LR, SVMSGD and Normal Bayes Classifier
chrizandr [Sun, 29 Jan 2017 13:21:55 +0000 (18:51 +0530)]
Wrappers for load methods of EM, LR, SVMSGD and Normal Bayes Classifier

7 years agoAdd wrappers for load functions for DTrees and Boost classifiers
chrizandr [Sun, 29 Jan 2017 10:13:01 +0000 (15:43 +0530)]
Add wrappers for load functions for DTrees and Boost classifiers

7 years agoMerge pull request #8085 from tomoaki0705:checkSse2
Alexander Alekhin [Sat, 28 Jan 2017 11:40:04 +0000 (11:40 +0000)]
Merge pull request #8085 from tomoaki0705:checkSse2

7 years agoadd test for convertions in estimateAffine2D* functions
Jiri Horner [Fri, 27 Jan 2017 16:52:35 +0000 (17:52 +0100)]
add test for convertions in estimateAffine2D* functions

test with integer points to cover conversion bugs.

7 years agofix conversion bug in estimateAffine2D* functions
Jiri Horner [Fri, 27 Jan 2017 15:55:29 +0000 (16:55 +0100)]
fix conversion bug in estimateAffine2D* functions

functions support points to have other datatypes than floats.

* fix bug in coversion that overwrites src points with dst points

7 years agoviz: fix compilation - we need the VTK includes before ocv_define_module
Pavel Rojtberg [Fri, 27 Jan 2017 14:51:19 +0000 (15:51 +0100)]
viz: fix compilation - we need the VTK includes before ocv_define_module

7 years agocheck correct flag
Tomoaki Teshima [Fri, 27 Jan 2017 09:42:58 +0000 (18:42 +0900)]
check correct flag

7 years agoMerge pull request #8080 from alalek:fix_8079
Alexander Alekhin [Thu, 26 Jan 2017 18:14:28 +0000 (18:14 +0000)]
Merge pull request #8080 from alalek:fix_8079

7 years agoFix misplaced description CAP_PROP_SETTINGS and others minor changes in videoio doc
PkLab.net [Thu, 26 Jan 2017 16:10:32 +0000 (17:10 +0100)]
Fix misplaced description CAP_PROP_SETTINGS and others minor changes in videoio doc

7 years agobuild: workaround for missing _mm256_setr_m128 in GCC
Alexander Alekhin [Thu, 26 Jan 2017 15:15:18 +0000 (18:15 +0300)]
build: workaround for missing _mm256_setr_m128 in GCC

7 years agoMerge pull request #8076 from tomoaki0705:brushupAvxPopcount
Alexander Alekhin [Thu, 26 Jan 2017 12:57:14 +0000 (12:57 +0000)]
Merge pull request #8076 from tomoaki0705:brushupAvxPopcount

7 years agoClarify docs for MOG2::apply
Vladislav Sovrasov [Thu, 26 Jan 2017 09:43:41 +0000 (12:43 +0300)]
Clarify docs for MOG2::apply

7 years agobrush up AVX optimization in popcount
Tomoaki Teshima [Thu, 26 Jan 2017 09:37:56 +0000 (18:37 +0900)]
brush up AVX optimization in popcount
 - make sure SIMD optimization works even when AVX is not available

7 years agoMerge pull request #8074 from alalek:fix_java_tests
Alexander Alekhin [Thu, 26 Jan 2017 08:56:21 +0000 (08:56 +0000)]
Merge pull request #8074 from alalek:fix_java_tests

7 years agojava: force 64F in solvePnP test
Alexander Alekhin [Wed, 25 Jan 2017 16:42:09 +0000 (19:42 +0300)]
java: force 64F in solvePnP test

7 years agoMerge pull request #8072 from tomoaki0705:AVXcorner
Alexander Alekhin [Wed, 25 Jan 2017 16:10:59 +0000 (16:10 +0000)]
Merge pull request #8072 from tomoaki0705:AVXcorner

7 years agoMerge pull request #8071 from tomoaki0705:imgprocRemoveRedundantCheck
Alexander Alekhin [Wed, 25 Jan 2017 16:09:14 +0000 (16:09 +0000)]
Merge pull request #8071 from tomoaki0705:imgprocRemoveRedundantCheck

7 years agoMerge pull request #8061 from tomoaki0705:universalIntrinsicStereoCalib3d
Alexander Alekhin [Wed, 25 Jan 2017 16:08:02 +0000 (16:08 +0000)]
Merge pull request #8061 from tomoaki0705:universalIntrinsicStereoCalib3d

7 years agoMerge pull request #8062 from mshabunin:add-cv_deprecated
Alexander Alekhin [Wed, 25 Jan 2017 15:04:42 +0000 (15:04 +0000)]
Merge pull request #8062 from mshabunin:add-cv_deprecated

7 years agooptimize corner detection series using AVX instructions
Tomoaki Teshima [Wed, 25 Jan 2017 13:35:11 +0000 (22:35 +0900)]
optimize corner detection series using AVX instructions
 - make sure SSE version will be still available for backward compatibility

7 years agoremove pure SSE part
Tomoaki Teshima [Wed, 25 Jan 2017 13:05:53 +0000 (22:05 +0900)]
remove pure SSE part

7 years agoMerge pull request #8068 from catree:thrust_tutorial
Maksim Shabunin [Wed, 25 Jan 2017 13:05:04 +0000 (13:05 +0000)]
Merge pull request #8068 from catree:thrust_tutorial

7 years agoMerge pull request #8044 from alalek:opencv_world_with_contrib
Alexander Alekhin [Wed, 25 Jan 2017 12:54:15 +0000 (12:54 +0000)]
Merge pull request #8044 from alalek:opencv_world_with_contrib

7 years agoMerge pull request #8060 from Legoless:master
Alexander Alekhin [Wed, 25 Jan 2017 11:32:24 +0000 (11:32 +0000)]
Merge pull request #8060 from Legoless:master

7 years agoMerge pull request #8065 from paroj:pnpfloat
Alexander Alekhin [Wed, 25 Jan 2017 09:50:05 +0000 (12:50 +0300)]
Merge pull request #8065 from paroj:pnpfloat

solvePnP: use CV_32F for rvec, tvec if all PnP inputs are CV_32F

7 years agoAdd thrust tutorial in the GPU main page documentation.
catree [Tue, 24 Jan 2017 20:05:05 +0000 (21:05 +0100)]
Add thrust tutorial in the GPU main page documentation.

7 years agoFixed build_framework.py script for osx
Dal Rupnik [Tue, 24 Jan 2017 18:14:50 +0000 (19:14 +0100)]
Fixed build_framework.py script for osx

7 years agosolvePnP: use CV_32F for rvec, tvec if all PnP inputs are CV_32F
Pavel Rojtberg [Tue, 24 Jan 2017 14:27:11 +0000 (15:27 +0100)]
solvePnP: use CV_32F for rvec, tvec if all PnP inputs are CV_32F

7 years agoAdded CV_DEPRECATED macro
mshabunin [Tue, 24 Jan 2017 10:37:41 +0000 (13:37 +0300)]
Added CV_DEPRECATED macro

7 years agoMerge pull request #8004 from chrizandr:RTrees_load_wrapper
Vadim Pisarevsky [Tue, 24 Jan 2017 11:55:42 +0000 (11:55 +0000)]
Merge pull request #8004 from chrizandr:RTrees_load_wrapper

7 years agoMerge pull request #8045 from onetimking:master
Vadim Pisarevsky [Tue, 24 Jan 2017 11:44:56 +0000 (11:44 +0000)]
Merge pull request #8045 from onetimking:master

7 years agoReplaced macro with built-in OpenCV export
Dal Rupnik [Tue, 24 Jan 2017 09:26:19 +0000 (10:26 +0100)]
Replaced macro with built-in OpenCV export

7 years agouse universal intrinsic in stereo matching
Tomoaki Teshima [Tue, 24 Jan 2017 09:25:22 +0000 (18:25 +0900)]
use universal intrinsic in stereo matching
 - check SIMD availability before executing

7 years agoAdded export functions for ObjC classes
Dal Rupnik [Mon, 23 Jan 2017 16:15:17 +0000 (17:15 +0100)]
Added export functions for ObjC classes

7 years agocuda: fix samples
Alexander Alekhin [Thu, 19 Jan 2017 13:56:06 +0000 (16:56 +0300)]
cuda: fix samples

7 years agocmake: fix CUDA flags generation
Alexander Alekhin [Wed, 18 Jan 2017 15:47:34 +0000 (18:47 +0300)]
cmake: fix CUDA flags generation

VTK uses parentheses in defines, so generated code is wrong:
set(nvcc_flags -m64;-D__OPENCV_BUILD=1;-DvtkRenderingContext2D_AUTOINIT=1(vtkRenderingContextOpenGL);...)

7 years agocmake: fix support of duplicated file names in static libraries
Alexander Alekhin [Wed, 18 Jan 2017 15:37:52 +0000 (18:37 +0300)]
cmake: fix support of duplicated file names in static libraries

7 years agocmake world: allow to build python bindings
Alexander Alekhin [Wed, 18 Jan 2017 14:14:55 +0000 (17:14 +0300)]
cmake world: allow to build python bindings

7 years agocmake: include contrib modules into opencv_world
Alexander Alekhin [Mon, 16 Jan 2017 15:12:38 +0000 (18:12 +0300)]
cmake: include contrib modules into opencv_world

7 years agoremove precomp.cpp
Alexander Alekhin [Tue, 17 Jan 2017 16:58:57 +0000 (19:58 +0300)]
remove precomp.cpp

7 years agoMerge pull request #8053 from pwuertz:umat-copy-python
Alexander Alekhin [Mon, 23 Jan 2017 13:20:56 +0000 (13:20 +0000)]
Merge pull request #8053 from pwuertz:umat-copy-python

7 years agoMerge pull request #8058 from tomoaki0705:universalIntrinsicFast
Alexander Alekhin [Mon, 23 Jan 2017 13:13:14 +0000 (13:13 +0000)]
Merge pull request #8058 from tomoaki0705:universalIntrinsicFast

7 years agouse universal intrinsic in fast
Tomoaki Teshima [Mon, 23 Jan 2017 10:03:22 +0000 (19:03 +0900)]
use universal intrinsic in fast

7 years agoExpose more UMat constructors to python
Peter Würtz [Fri, 20 Jan 2017 17:34:41 +0000 (18:34 +0100)]
Expose more UMat constructors to python

7 years agoMerge pull request #8001 from alalek:c_defines
Alexander Alekhin [Fri, 20 Jan 2017 17:52:24 +0000 (17:52 +0000)]
Merge pull request #8001 from alalek:c_defines

7 years agoMerge pull request #8049 from tomoaki0705:universalIntrinsicCorner
Alexander Alekhin [Fri, 20 Jan 2017 16:43:48 +0000 (16:43 +0000)]
Merge pull request #8049 from tomoaki0705:universalIntrinsicCorner

7 years agoMerge pull request #8009 from Legoless:master
Dal Rupnik [Fri, 20 Jan 2017 16:16:01 +0000 (17:16 +0100)]
Merge pull request #8009 from Legoless:master

CMake: Building Dynamic Framework on iOS (#8009)

* Updated python script with dynamic parameter

Updated python script to build static library by default

Updated python script to include bitcode flag

Added bitcode flag to c flags

Fixed directories and targets with static

Bitcode parameter fixed

Fixed script for static library

Fixed parameters in build function

Updated cmake common toolchain

Added changes to OpenCV Utils

Updates to cmake

Added cache internal

Updates to common toolchain

Fixed path in framework destination and added UIKit dependency

Dynamic plist for framework

Lib version removed hardcoded value

Removed trailing whitespace in toolchain

* Removed trailing whitespace

* Fixed typo in comment

* Renamed bitcode variable to bitcodedisabled

* Fixed target device family

7 years agouse universal intrinsic in corner detection series
Tomoaki Teshima [Fri, 20 Jan 2017 10:22:44 +0000 (19:22 +0900)]
use universal intrinsic in corner detection series

7 years agoMerge pull request #8042 from alalek:fix_8037
Alexander Alekhin [Thu, 19 Jan 2017 17:04:34 +0000 (17:04 +0000)]
Merge pull request #8042 from alalek:fix_8037

7 years agoMerge pull request #8020 from alalek:fix_4976
Alexander Alekhin [Thu, 19 Jan 2017 15:40:07 +0000 (15:40 +0000)]
Merge pull request #8020 from alalek:fix_4976

7 years agoMerge pull request #7926 from saskatchewancatch:issue-7310
Alexander Alekhin [Thu, 19 Jan 2017 14:03:42 +0000 (14:03 +0000)]
Merge pull request #7926 from saskatchewancatch:issue-7310

7 years agoRTrees: Add wrapper for RTrees_load method to enable loading trained RTrees
chrizandr [Thu, 12 Jan 2017 20:19:49 +0000 (01:49 +0530)]
RTrees: Add wrapper for RTrees_load method to enable loading trained RTrees

7 years agocmake: fix MKL detection in case of unsupported versions
Alexander Alekhin [Thu, 19 Jan 2017 10:33:39 +0000 (13:33 +0300)]
cmake: fix MKL detection in case of unsupported versions

CMake should not fail.

7 years agoFixed bug #7482. Updated dense flow routine to reference bound textures.
Tim King [Wed, 18 Jan 2017 17:30:45 +0000 (19:30 +0200)]
Fixed bug #7482. Updated dense flow routine to reference bound textures.

7 years agoMerge pull request #7863 from tomoaki0705:universalIntrinsicPopcount
Alexander Alekhin [Wed, 18 Jan 2017 17:25:02 +0000 (17:25 +0000)]
Merge pull request #7863 from tomoaki0705:universalIntrinsicPopcount

7 years agoMerge pull request #8024 from catree:fix_typo_py_houghlines
Alexander Alekhin [Wed, 18 Jan 2017 16:56:25 +0000 (19:56 +0300)]
Merge pull request #8024 from catree:fix_typo_py_houghlines

Fix typos in py_houghlines tutorial.

7 years agoMerge pull request #7999 from alalek:fix_lapack
Alexander Alekhin [Wed, 18 Jan 2017 13:20:30 +0000 (13:20 +0000)]
Merge pull request #7999 from alalek:fix_lapack

7 years agoMerge pull request #8021 from mshabunin:doc-minor-fixes
Alexander Alekhin [Wed, 18 Jan 2017 12:15:32 +0000 (12:15 +0000)]
Merge pull request #8021 from mshabunin:doc-minor-fixes

7 years agoMerge pull request #8023 from sovrasov:fs_add_full_yml_type_heading
Alexander Alekhin [Wed, 18 Jan 2017 12:08:10 +0000 (12:08 +0000)]
Merge pull request #8023 from sovrasov:fs_add_full_yml_type_heading

7 years agoMinor documentation fixes:
Maksim Shabunin [Tue, 17 Jan 2017 13:29:50 +0000 (16:29 +0300)]
Minor documentation fixes:

- disabled OPTIMIZE_OUTPUT_JAVA
- filtered out *.m scripts
- removed link to old Sphinx documentation
- replaced all mentions of Sphinx with Doxygen

7 years agoshape: force column-based vector
Alexander Alekhin [Tue, 17 Jan 2017 12:22:56 +0000 (15:22 +0300)]
shape: force column-based vector

7 years agoMerge pull request #8026 from catree:fix_link_tutorial_brightness
Alexander Alekhin [Wed, 18 Jan 2017 09:54:26 +0000 (12:54 +0300)]
Merge pull request #8026 from catree:fix_link_tutorial_brightness

Fix tutorial code link in basic_linear_transform tutorial.

7 years agoFix tutorial code link in basic_linear_transform tutorial. Add some resource links.
catree [Tue, 17 Jan 2017 16:47:27 +0000 (17:47 +0100)]
Fix tutorial code link in basic_linear_transform tutorial. Add some resource links.

7 years agoFix typos in py_houghlines tutorial. Extract the python code in a specific folder.
catree [Tue, 17 Jan 2017 15:09:27 +0000 (16:09 +0100)]
Fix typos in py_houghlines tutorial. Extract the python code in a specific folder.

7 years agoMerge pull request #7941 from wykvictor:master
Alexander Alekhin [Tue, 17 Jan 2017 14:34:04 +0000 (14:34 +0000)]
Merge pull request #7941 from wykvictor:master

7 years agoAdd support of type headings from YAML1.2
Vladislav Sovrasov [Tue, 17 Jan 2017 13:40:38 +0000 (16:40 +0300)]
Add support of type headings from YAML1.2

7 years agoeliminate warnings
Alexander Alekhin [Tue, 17 Jan 2017 12:52:45 +0000 (15:52 +0300)]
eliminate warnings

hal_internal.cpp(101): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data

7 years agocmake: fix lapack
Alexander Alekhin [Fri, 23 Dec 2016 11:50:33 +0000 (14:50 +0300)]
cmake: fix lapack

- added compile check with multiple tries for different configurations
- restored find_package(LAPACK)
- avoided modification of OPENCV_LINKER_LIBS

7 years agoMerge pull request #8019 from berak:patch-2
berak [Tue, 17 Jan 2017 10:57:50 +0000 (11:57 +0100)]
Merge pull request #8019 from berak:patch-2

ml: fix small typo in lr.cpp (#8019)