Vadim Pisarevsky
2bac66a181
Merge pull request #8004 from chrizandr:RTrees_load_wrapper
8 years ago
Vadim Pisarevsky
ff5eaadfdf
Merge pull request #8045 from onetimking:master
8 years ago
Dal Rupnik
c10283b2b6
Replaced macro with built-in OpenCV export
8 years ago
Tomoaki Teshima
b34ebc8cfe
use universal intrinsic in stereo matching
...
- check SIMD availability before executing
8 years ago
Dal Rupnik
a50efda49d
Added export functions for ObjC classes
8 years ago
Alexander Alekhin
4b7c0b9c76
cuda: fix samples
8 years ago
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);...)
8 years ago
Alexander Alekhin
f1adc32765
cmake: fix support of duplicated file names in static libraries
8 years ago
Alexander Alekhin
a5d16f09e6
cmake world: allow to build python bindings
8 years ago
Alexander Alekhin
36b34465a4
cmake: include contrib modules into opencv_world
8 years ago
Alexander Alekhin
9bb5d6cab0
remove precomp.cpp
8 years ago
Alexander Alekhin
205ccddff8
Merge pull request #8053 from pwuertz:umat-copy-python
8 years ago
Alexander Alekhin
533d399dab
Merge pull request #8058 from tomoaki0705:universalIntrinsicFast
8 years ago
Tomoaki Teshima
1d01e435ca
use universal intrinsic in fast
8 years ago
Peter Würtz
c659f94dca
Expose more UMat constructors to python
8 years ago
Alexander Alekhin
dc1502ad71
Merge pull request #8001 from alalek:c_defines
8 years ago
Alexander Alekhin
bb5c40d944
Merge pull request #8049 from tomoaki0705:universalIntrinsicCorner
8 years ago
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
8 years ago
Tomoaki Teshima
062d2179eb
use universal intrinsic in corner detection series
8 years ago
Alexander Alekhin
73b5ef48ef
Merge pull request #8042 from alalek:fix_8037
8 years ago
Alexander Alekhin
a46adbfcbc
Merge pull request #8020 from alalek:fix_4976
8 years ago
Alexander Alekhin
c25f587584
Merge pull request #7926 from saskatchewancatch:issue-7310
8 years ago
chrizandr
e3ec3566d9
RTrees: Add wrapper for RTrees_load method to enable loading trained RTrees
8 years ago
Alexander Alekhin
f9828cd0c9
cmake: fix MKL detection in case of unsupported versions
...
CMake should not fail.
8 years ago
Tim King
203b398caa
Fixed bug #7482 . Updated dense flow routine to reference bound textures.
8 years ago
Alexander Alekhin
a22f03e749
Merge pull request #7863 from tomoaki0705:universalIntrinsicPopcount
8 years ago
Alexander Alekhin
8f96b15e2a
Merge pull request #8024 from catree:fix_typo_py_houghlines
...
Fix typos in py_houghlines tutorial.
8 years ago
Alexander Alekhin
7c91700cc6
Merge pull request #7999 from alalek:fix_lapack
8 years ago
Alexander Alekhin
6f93a3ac5b
Merge pull request #8021 from mshabunin:doc-minor-fixes
8 years ago
Alexander Alekhin
85ef02bc5c
Merge pull request #8023 from sovrasov:fs_add_full_yml_type_heading
8 years ago
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
8 years ago
Alexander Alekhin
a2b6b595c2
shape: force column-based vector
8 years ago
Alexander Alekhin
474e5f4cdf
Merge pull request #8026 from catree:fix_link_tutorial_brightness
...
Fix tutorial code link in basic_linear_transform tutorial.
8 years ago
catree
00d2e279d7
Fix tutorial code link in basic_linear_transform tutorial. Add some resource links.
8 years ago
catree
e357e2c1b7
Fix typos in py_houghlines tutorial. Extract the python code in a specific folder.
8 years ago
Alexander Alekhin
1989d94ef5
Merge pull request #7941 from wykvictor:master
8 years ago
Vladislav Sovrasov
896c34fab3
Add support of type headings from YAML1.2
8 years ago
Alexander Alekhin
3668a01fca
eliminate warnings
...
hal_internal.cpp(101): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
8 years ago
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
8 years ago
berak
89a740a62f
Merge pull request #8019 from berak:patch-2
...
ml: fix small typo in lr.cpp (#8019 )
8 years ago
logic1988
a8e5d1d9fd
Merge pull request #7978 from logic1988:master
...
Fix error usage in HitMiss tutorial, and improved the visualization results (#7978 )
* Fix error usage in HitMiss tutorial, and improved the visualization results
Fix error usage in HitMiss tutorial, and improved the visualization results
* Update HitMiss.cpp
* Update HitMiss.cpp
8 years ago
Nicholas Nadeau
256aa53326
Merge pull request #7994 from nnadeau:master
...
Fixed exceptions, print statements, and long types for gen_pattern.py to be Python 3 compatible (#7994 )
* fixed exceptions and print statements to be python 3 compatible; removed long type checks (py3 uses int); whitespace reformatting
* Pulled latest svgfig from upstream
f3179a8926
8 years ago
Alexander Alekhin
5b363df2ae
Merge pull request #8000 from mshabunin:fix-opencl-clahe
8 years ago
Vadim Pisarevsky
10e639cdb9
Merge pull request #7966 from Tetragramm:Issue#4235
8 years ago
mshabunin
8c66531c42
imgproc/CLAHE/ocl: Removed unnecessary __local variable
8 years ago
Alexander Alekhin
b7630a088b
cmake: add global defines to enable useful macros
8 years ago
Alexander Alekhin
c9cedf3c5b
Merge pull request #7998 from alalek:fix_7993
8 years ago
Alexander Alekhin
f94e64a0ae
cuda: fix CUDA tests initialization
8 years ago
Tomoaki Teshima
8b22099da2
use universal intrinsic and SSE4 popcount instruction in normHamming
...
- add v_popcount in universal intrinsic
- add test for v_popcount
- add wrapper of popcount for both MSVC and GCC
8 years ago
Vadim Pisarevsky
0c8e069640
Merge pull request #7991 from sovrasov:cmake_find_mkl_x86_fix
8 years ago