Alexandr Kondratev
1f2e159054
highgui module: using event->scroll.delta_{x,y} instead parsing direction and added widget event mask GDK_SMOOTH_SCROLL_MASK for GTK>=3.4
9 years ago
Alexandr Kondratev
7dcac647e5
highgui module: a bit readable onMouse flags mapping
9 years ago
Alexandr Kondratev
81c69ecd16
highgui: window_gtk.cpp directive boolean operations or/and replaced by ||/&& to keep compatible with older systems
9 years ago
Alexandr Kondratev
a4e9712006
Compilate switch-case with GTK_SCROLL_SMOOTH since GTK>=3.4
9 years ago
Alexandr Kondratev
fd78e2cc6c
highgui module: removed unused type_mouse_event mouse_wheel
9 years ago
Alexandr Kondratev
3cbd14d61a
pull highgui mouse wheel changes linux into master
9 years ago
Alexandr Kondratev
6020dacc11
highgui module: implemented QT and GTK mouse wheel callback support in linux
9 years ago
Alexander Alekhin
0e436c3fe9
Merge pull request #6721 from alalek:tbb_update
9 years ago
Vitaly Tuzov
eaec95dcf2
Update TBB
9 years ago
Alexander Alekhin
0ebe387cb2
Merge pull request #6713 from alalek:cmake_install_fix
9 years ago
Alexander Alekhin
f0dc7a25e7
Merge pull request #6712 from alalek:cmake_export_fix
9 years ago
Alexander Alekhin
f57e3ce5f3
cmake: don't use absolute paths with/without CMAKE_INSTALL_PREFIX
...
CPack can't work with absolute paths.
9 years ago
Alexander Alekhin
09ce987552
cmake: fix export issue
...
opencv_ts is static internal library and in case of exporting
it requires all static dependencies (include HAL files)
9 years ago
Alexander Alekhin
a76fd43599
Merge pull request #6709 from alalek:cmake_hal_fix
9 years ago
Alexander Alekhin
09c2a8b7ad
cmake: fix HAL dependencies for core module
...
Linker dependencies are transitive for non-private
9 years ago
Alexander Alekhin
be38a524a8
Merge pull request #6705 from alalek:fix_hal_imgproc
9 years ago
Alexander Alekhin
61492ea0dc
Merge pull request #6708 from alalek:pr6477
9 years ago
Alexander Alekhin
96937bac74
Merge pull request #6581 from mshabunin:hal_mag
9 years ago
Alexander Alekhin
89cd74093e
Merge pull request #6704 from alalek:cmake_cmp0042
9 years ago
Alexander Alekhin
2fb670cf09
hal: fix missing include "opencv2/imgproc/hal/interface.h"
9 years ago
Alexander Alekhin
f5306a0740
cmake: change CMP0042 policy value
9 years ago
Alexander Alekhin
4597b94099
Merge pull request #5980 from alalek:cmake_opencv_config
9 years ago
Alexander Alekhin
c6c651212c
cmake: refactoring of OpenCVConfig
...
- removed OpenCV_LIB_DIR* vars (they are broken and not required anymore)
- OpenCVConfig.cmake doesn't contain ANDROID/CUDA code if there is no such support
- removed OpenCV2_INCLUDE_DIRS_CONFIGCMAKE, merged into OpenCV_INCLUDE_DIRS_CONFIGCMAKE
- fix hard-coded relative paths for OpenCV_INSTALL_PATH
- removed OpenCV_TBB_ARCH
- switch OpenCVConfig.cmake into 2-level mode for Android SDK
9 years ago
Alexander Alekhin
7188e6e2ac
android: update build scripts
9 years ago
Alexander Alekhin
31952fbf1c
Merge pull request #6675 from pnordhus:matconstiterator_reference
9 years ago
Alexander Alekhin
bd9cc2dfc6
Merge pull request #6668 from yadavankit:master
9 years ago
Vadim Pisarevsky
547a2d29c3
Merge pull request #6535 from sovrasov:lapack-hal
9 years ago
Vadim Pisarevsky
4142e737b0
Merge pull request #6453 from sovrasov:extend_calibrateCamera
9 years ago
Alexander Alekhin
7fadf570b8
Merge pull request #6690 from alalek:cmake_fix_android_samples
9 years ago
Alexander Alekhin
777e1d38ba
cmake: fix JNI configuration problem for Android samples
...
Some CMake 3.x (2.8.12.2 is fine) provides broken build configurations
with following build error message:
ld: fatal error: -soname: must take a non-empty argument
Linker command line sample contains this:
"-shared -Wl,-soname, -o"
9 years ago
Alexander Alekhin
c3456c0754
Merge pull request #6685 from ioxp:dofDocu
9 years ago
Alexander Alekhin
68c63188eb
Merge pull request #6683 from alalek:cmake_hal
9 years ago
Philipp Hasper
45bd56e28a
rigidTransform: only four DoF
...
combinations of translation, rotation, and uniform scaling equals four degrees of freedom
9 years ago
Alexander Alekhin
f4ebc504d1
cmake: refactor HAL attaching process
9 years ago
Philipp Nordhus
4a529cd641
Return reference on iterator indirection/subscript
9 years ago
Ankit Yadav
c62eda023d
Fix typo
9 years ago
Alexander Alekhin
e3844e0f26
Merge pull request #6649 from adamrankin:msmf_crash_fix
9 years ago
Adam Rankin
2577194c70
Correcting return type from videoDevice::findType to be int thus allowing detection of failed device init request
9 years ago
Alexander Alekhin
1b6e02793c
Merge pull request #6645 from tomoaki0705:fixTypoEigen
9 years ago
Vladislav Sovrasov
46fb46c54e
Add an extended version of CalibrateCamera function
9 years ago
Vladislav Sovrasov
055f5c7395
Change names of some internal functions
9 years ago
Tomoaki Teshima
d1c1c01761
fix typo
9 years ago
Maksim Shabunin
532885c12b
Merge pull request #6607 from alalek:issue_6604
9 years ago
Maksim Shabunin
89a1e806b7
Merge pull request #6628 from sovrasov:hal_samples_update
9 years ago
Vladislav Sovrasov
901e1e4608
Update HAL samples
9 years ago
Vladislav Sovrasov
a2d0cc878c
Implement internal HAL for GEMM and matrix decompositions
9 years ago
Alexander Alekhin
e1ba4399e8
Merge pull request #6611 from tomoaki0705:fixPerformanceSplitAarch64
9 years ago
Tomoaki Teshima
070e4d754e
let the performance test of split pass on 64bit ARM
...
* loosen the threshold only under aarch64
* fix #6610
9 years ago
Alexander Alekhin
d3930cdee1
Merge pull request #6482 from paroj:filestorage_py
9 years ago
Vadim Pisarevsky
a2d8e7fa6e
Merge pull request #6485 from vagran:vagran-patch-1
9 years ago