Alexander Alekhin
|
03beff06ff
|
build: disable warnings (Ubuntu 16.04 + CUDA 8.0)
Examples:
- NPP_staging.cu:1606:105: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- NCVHaarObjectDetection.hpp:95:37: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
|
2016-12-15 15:47:41 +03:00 |
|
Alexander Alekhin
|
7db13c7aab
|
Merge pull request #7847 from alalek:install_docs_target_2.4
|
2016-12-14 11:01:57 +00:00 |
|
Alexander Alekhin
|
af0ee306cf
|
Merge pull request #7819 from alalek:fix_mulSpectrums_inplace_2.4
|
2016-12-14 11:00:54 +00:00 |
|
Alexander Alekhin
|
7241b90dec
|
cmake: special target to build/install docs only
|
2016-12-13 20:13:06 +03:00 |
|
bedbad
|
ffcf866e2f
|
Merge pull request #7754 from LAZI-2240:toupstream2.4
Introducing boundingRect2f() (#7754)
* Introducing boundingRect2f to return exact bounding float rectangle for RotatedRect
* Introducing boundingRect2f to return exact bounding float rectangle for RotatedRect
* Introducing boundingRect2f() - update
* Introducing boundingRect2f to return exact bounding float rectangle for RotatedRect
* Introducing boundingRect2f() - update - tested
|
2016-12-12 21:29:53 +02:00 |
|
Alexander Alekhin
|
7bceef715c
|
test: fix mulSpectrums error tolerance
|
2016-12-10 18:38:05 +03:00 |
|
Alexander Alekhin
|
26fbaada0a
|
cmake: disable warning C4127 for MSVS < 2015
|
2016-12-10 18:38:05 +03:00 |
|
Alexander Alekhin
|
6946f510fe
|
mulSpectrums: refactor code
|
2016-12-08 18:03:14 +03:00 |
|
Alexander Alekhin
|
62c9ff25e5
|
core: added inplace check in 'divSpectrums'
|
2016-12-07 19:59:16 +03:00 |
|
Alexander Alekhin
|
ab429d2e73
|
test: fix inplace in 'mulComplex' from test_dxt
|
2016-12-07 19:55:40 +03:00 |
|
Alexander Alekhin
|
21f3531b17
|
core: fix inplace support in mulSpectrums
|
2016-12-07 19:42:34 +03:00 |
|
Alexander Alekhin
|
7be4a0ee2f
|
Merge pull request #7809 from alalek:backport_7797
|
2016-12-07 16:20:45 +00:00 |
|
Alexander Alekhin
|
25727454d9
|
Merge pull request #7807 from alalek:ipp_build_fix_2.4
|
2016-12-07 16:00:20 +00:00 |
|
Maksim Shabunin
|
29f5294fd2
|
Merge pull request #7808 from alalek:backport_7767
|
2016-12-07 14:01:38 +00:00 |
|
Maksim Shabunin
|
cf97e6e00f
|
Merge pull request #7806 from alalek:backport_7640
|
2016-12-07 14:00:41 +00:00 |
|
Maksim Shabunin
|
bc96997410
|
Merge pull request #7805 from alalek:fix_java_test_2.4
|
2016-12-07 13:58:32 +00:00 |
|
Patrik Huber
|
c6af179afc
|
Added VS2017 support (MSVC 1910)
|
2016-12-06 20:22:59 +03:00 |
|
Maksim Shabunin
|
ab260dafd2
|
Fixed Intel C++ 17 build in VS2015
|
2016-12-06 20:18:32 +03:00 |
|
Alexander Alekhin
|
10d1b33a80
|
perf: remove tvl1 check for magic numbers, reduce number of samples
|
2016-12-06 20:10:40 +03:00 |
|
Alexander Alekhin
|
a05444618c
|
test: tvl1 test check update
|
2016-12-06 20:10:40 +03:00 |
|
Alexander Alekhin
|
d42d155c16
|
java: fix PATH environment variable
|
2016-12-06 20:07:30 +03:00 |
|
Alexander Alekhin
|
2d28bb4171
|
ipp: disable compilation with IPP 9+
|
2016-12-06 16:04:35 +03:00 |
|
Vadim Pisarevsky
|
3d8395cae9
|
Merge pull request #7743 from alalek:cmake_ffmpeg_cleanup_2.4
|
2016-11-29 17:35:12 +00:00 |
|
Vadim Pisarevsky
|
2af4dc7249
|
Merge pull request #7741 from alalek:cmake_remove_legacy_pkgconfig
|
2016-11-28 20:55:29 +00:00 |
|
Vadim Pisarevsky
|
5cead19006
|
Merge pull request #7742 from alalek:backport_5884
|
2016-11-28 20:53:27 +00:00 |
|
Vadim Pisarevsky
|
7e38a2f0bb
|
Merge pull request #7739 from alalek:fix_gtk_deprecated_2.4
|
2016-11-28 16:39:17 +00:00 |
|
Alexander Alekhin
|
32f568308a
|
cmake: cleanup ffmpeg detection
|
2016-11-28 00:21:46 +03:00 |
|
Alexander Alekhin
|
5ac15f09ed
|
cmake: add DEBUG_PRE/DEBUG_POST commands handling
Useful for debug purposes:
cmake -DDEBUG_POST="ocv_cmake_dump_vars(CUDA)" .
cmake -DCMAKE_PRE="ocv_cmake_dump_vars(\"OPENCL|opencl\")" .
|
2016-11-27 21:31:23 +03:00 |
|
Alexander Alekhin
|
36d7712c2c
|
cmake: CMakeVars.txt (for debugging purpose)
|
2016-11-27 21:23:15 +03:00 |
|
Alexander Alekhin
|
e5041abe55
|
cmake: remove outdated pkg-config module
|
2016-11-27 20:56:30 +03:00 |
|
Alexander Alekhin
|
90da593316
|
highgui: g_thread_create deprecated warning
|
2016-11-26 18:12:04 +03:00 |
|
Alexander Alekhin
|
ac118aee78
|
Merge pull request #7733 from alalek:debug_check_matrelease_2.4
|
2016-11-26 08:13:38 +00:00 |
|
Alexander Alekhin
|
f6d5a1dd2c
|
Merge pull request #7727 from alalek:backport_7536
|
2016-11-26 08:10:29 +00:00 |
|
Alexander Alekhin
|
56ed8b1721
|
calib3d: fix fisheye for test fisheyeTest.stereoCalibrateFixIntrinsic
|
2016-11-26 02:43:39 +03:00 |
|
Alexander Alekhin
|
e878b60dbc
|
core: drop type/dims/rows/cols information in Mat::release()
|
2016-11-26 02:43:05 +03:00 |
|
Alexander Alekhin
|
11b642fb8c
|
viz: eliminate warnings from tutorial code
|
2016-11-25 09:07:38 +03:00 |
|
Alexander Alekhin
|
6fb75c677b
|
viz: update for VTK6.2+
PCL PR 1205
|
2016-11-25 09:07:26 +03:00 |
|
Alexander Alekhin
|
4a759abe39
|
Revert "Fix for VTK6.2 issue."
This reverts commit f45da9866a .
|
2016-11-25 09:07:04 +03:00 |
|
Alexander Alekhin
|
979b0ae9ce
|
Merge pull request #7711 from alalek:fix_java_tests_2.4
|
2016-11-24 16:14:25 +00:00 |
|
Alexander Alekhin
|
408e4a7c27
|
Merge pull request #7708 from alalek:cmake_ccache_2.4
|
2016-11-24 16:12:46 +00:00 |
|
Alexander Alekhin
|
da75d129fe
|
java: fix Calib3d test
|
2016-11-23 15:49:24 +03:00 |
|
Alexander Alekhin
|
a3bfa6f566
|
cmake: ccache
|
2016-11-23 15:07:58 +03:00 |
|
Alexander Alekhin
|
8e22b17919
|
java: backport test changes from master
|
2016-11-23 14:26:22 +03:00 |
|
Vadim Pisarevsky
|
af8e6b06f7
|
Merge pull request #7689 from alalek:warnings_2.4
|
2016-11-22 13:30:25 +00:00 |
|
Alexander Alekhin
|
7b13550bdd
|
Merge pull request #7697 from alalek:backport_6561
|
2016-11-22 11:01:29 +00:00 |
|
Vadim Pisarevsky
|
62b2039040
|
Merge pull request #7698 from alalek:backport_perf_gabor
|
2016-11-21 14:42:54 +00:00 |
|
Alexander Alekhin
|
f21f153a5f
|
test: backport check for Image_KernelSize_GaborFilter2d perf test
|
2016-11-21 14:56:51 +03:00 |
|
Tomoaki Teshima
|
3ea4f72e35
|
fix Core_MulSpectrum test on 64bit ARM + release mode
* fix issue 6536
* increase threshold in particular tests due to the difference of fmsub and fsub
|
2016-11-21 14:52:29 +03:00 |
|
Alexander Alekhin
|
b1c8557401
|
Merge pull request #7690 from alalek:backport_arm_toolchain
|
2016-11-20 11:38:01 +00:00 |
|
Alexander Alekhin
|
0a543c5531
|
test: fix Legacy_StereoGC.regression assertion
|
2016-11-18 22:32:32 +03:00 |
|