Jiri Horner
4ee25c7e95
add test for convertions in estimateAffine2D* functions
...
test with integer points to cover conversion bugs.
2017-01-27 22:16:58 +01:00
Jiri Horner
9408a5ef5d
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
2017-01-27 16:55:29 +01:00
Alexander Alekhin
383559c228
Merge pull request #8062 from mshabunin:add-cv_deprecated
2017-01-25 15:04:42 +00:00
Maksim Shabunin
6f848b8520
Merge pull request #8068 from catree:thrust_tutorial
2017-01-25 13:05:04 +00:00
Alexander Alekhin
9e9fd281b9
Merge pull request #8044 from alalek:opencv_world_with_contrib
2017-01-25 12:54:16 +00:00
Alexander Alekhin
5c13ffb73e
Merge pull request #8060 from Legoless:master
2017-01-25 11:32:24 +00:00
Alexander Alekhin
a446cb271f
Merge pull request #8065 from paroj:pnpfloat
...
solvePnP: use CV_32F for rvec, tvec if all PnP inputs are CV_32F
2017-01-25 12:50:05 +03:00
catree
6eed6a8e9f
Add thrust tutorial in the GPU main page documentation.
2017-01-24 21:07:27 +01:00
Dal Rupnik
576d43d1c2
Fixed build_framework.py script for osx
2017-01-24 19:14:50 +01:00
Pavel Rojtberg
3e708e015c
solvePnP: use CV_32F for rvec, tvec if all PnP inputs are CV_32F
2017-01-24 18:17:46 +01:00
mshabunin
c6c519166e
Added CV_DEPRECATED macro
2017-01-24 15:57:06 +03:00
Vadim Pisarevsky
2bac66a181
Merge pull request #8004 from chrizandr:RTrees_load_wrapper
2017-01-24 11:55:42 +00:00
Vadim Pisarevsky
ff5eaadfdf
Merge pull request #8045 from onetimking:master
2017-01-24 11:44:56 +00:00
Dal Rupnik
c10283b2b6
Replaced macro with built-in OpenCV export
2017-01-24 10:26:19 +01:00
Dal Rupnik
a50efda49d
Added export functions for ObjC classes
2017-01-23 17:15:17 +01:00
Alexander Alekhin
4b7c0b9c76
cuda: fix samples
2017-01-23 18:45:53 +03:00
Alexander Alekhin
68e50661a2
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);...)
2017-01-23 18:45:53 +03:00
Alexander Alekhin
f1adc32765
cmake: fix support of duplicated file names in static libraries
2017-01-23 18:45:53 +03:00
Alexander Alekhin
a5d16f09e6
cmake world: allow to build python bindings
2017-01-23 18:45:53 +03:00
Alexander Alekhin
36b34465a4
cmake: include contrib modules into opencv_world
2017-01-23 18:45:53 +03:00
Alexander Alekhin
9bb5d6cab0
remove precomp.cpp
2017-01-23 18:45:53 +03:00
Alexander Alekhin
205ccddff8
Merge pull request #8053 from pwuertz:umat-copy-python
2017-01-23 13:20:56 +00:00
Alexander Alekhin
533d399dab
Merge pull request #8058 from tomoaki0705:universalIntrinsicFast
2017-01-23 13:13:14 +00:00
Tomoaki Teshima
1d01e435ca
use universal intrinsic in fast
2017-01-23 19:03:22 +09:00
Peter Würtz
c659f94dca
Expose more UMat constructors to python
2017-01-22 13:11:13 +01:00
Alexander Alekhin
dc1502ad71
Merge pull request #8001 from alalek:c_defines
2017-01-20 17:52:24 +00:00
Alexander Alekhin
bb5c40d944
Merge pull request #8049 from tomoaki0705:universalIntrinsicCorner
2017-01-20 16:43:48 +00:00
Dal Rupnik
e71ff78f7f
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
2017-01-20 19:16:01 +03:00
Tomoaki Teshima
062d2179eb
use universal intrinsic in corner detection series
2017-01-20 19:22:44 +09:00
Alexander Alekhin
73b5ef48ef
Merge pull request #8042 from alalek:fix_8037
2017-01-19 17:04:34 +00:00
Alexander Alekhin
a46adbfcbc
Merge pull request #8020 from alalek:fix_4976
2017-01-19 15:40:07 +00:00
Alexander Alekhin
c25f587584
Merge pull request #7926 from saskatchewancatch:issue-7310
2017-01-19 14:03:43 +00:00
chrizandr
e3ec3566d9
RTrees: Add wrapper for RTrees_load method to enable loading trained RTrees
2017-01-19 17:16:45 +05:30
Alexander Alekhin
f9828cd0c9
cmake: fix MKL detection in case of unsupported versions
...
CMake should not fail.
2017-01-19 13:33:39 +03:00
Tim King
203b398caa
Fixed bug #7482 . Updated dense flow routine to reference bound textures.
2017-01-18 19:30:45 +02:00
Alexander Alekhin
a22f03e749
Merge pull request #7863 from tomoaki0705:universalIntrinsicPopcount
2017-01-18 17:25:02 +00:00
Alexander Alekhin
8f96b15e2a
Merge pull request #8024 from catree:fix_typo_py_houghlines
...
Fix typos in py_houghlines tutorial.
2017-01-18 19:56:25 +03:00
Alexander Alekhin
7c91700cc6
Merge pull request #7999 from alalek:fix_lapack
2017-01-18 13:20:30 +00:00
Alexander Alekhin
6f93a3ac5b
Merge pull request #8021 from mshabunin:doc-minor-fixes
2017-01-18 12:15:32 +00:00
Alexander Alekhin
85ef02bc5c
Merge pull request #8023 from sovrasov:fs_add_full_yml_type_heading
2017-01-18 12:08:10 +00:00
Maksim Shabunin
66cdc10010
Minor documentation fixes:
...
- disabled OPTIMIZE_OUTPUT_JAVA
- filtered out *.m scripts
- removed link to old Sphinx documentation
- replaced all mentions of Sphinx with Doxygen
2017-01-18 13:32:20 +03:00
Alexander Alekhin
a2b6b595c2
shape: force column-based vector
2017-01-18 13:02:51 +03:00
Alexander Alekhin
474e5f4cdf
Merge pull request #8026 from catree:fix_link_tutorial_brightness
...
Fix tutorial code link in basic_linear_transform tutorial.
2017-01-18 12:54:26 +03:00
catree
00d2e279d7
Fix tutorial code link in basic_linear_transform tutorial. Add some resource links.
2017-01-17 17:47:27 +01:00
catree
e357e2c1b7
Fix typos in py_houghlines tutorial. Extract the python code in a specific folder.
2017-01-17 16:09:27 +01:00
Alexander Alekhin
1989d94ef5
Merge pull request #7941 from wykvictor:master
2017-01-17 14:34:04 +00:00
Vladislav Sovrasov
896c34fab3
Add support of type headings from YAML1.2
2017-01-17 16:40:38 +03:00
Alexander Alekhin
3668a01fca
eliminate warnings
...
hal_internal.cpp(101): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
2017-01-17 15:56:42 +03:00
Alexander Alekhin
2b44c0b649
cmake: fix lapack
...
- added compile check with multiple tries for different configurations
- restored find_package(LAPACK)
- avoided modification of OPENCV_LINKER_LIBS
2017-01-17 15:56:42 +03:00
berak
89a740a62f
Merge pull request #8019 from berak:patch-2
...
ml: fix small typo in lr.cpp (#8019 )
2017-01-17 13:57:50 +03:00