Suleyman TURKMEN
|
f108795e2c
|
Update sift.cpp
|
8 years ago |
Alexander Alekhin
|
6ed571b3c6
|
Merge pull request #7893 from alalek:fix_ffmpeg_check_2.4
|
8 years ago |
Alexander Alekhin
|
9d45f15627
|
cmake: fix ffmpeg check code
|
8 years ago |
Alexander Alekhin
|
d7504ecaed
|
OpenCV version++
|
8 years ago |
Alexander Alekhin
|
c7ae26bf24
|
Merge pull request #7879 from alalek:backport_7852
|
8 years ago |
Rostislav Vasilikhin
|
8444c23803
|
fixed segfault at ORB::compute() near image's border
|
8 years ago |
Alexander Alekhin
|
22df206e1f
|
Merge pull request #7875 from alalek:winpack_fix_2.4
cmake: update PDB support condition
|
8 years ago |
Alexander Alekhin
|
b06bd50144
|
cmake: update PDB support condition
Unfortunately there is no stable support for installation of PDB files in CMake.
This patch is just eliminate problems with modern versions.
|
8 years ago |
Alexander Alekhin
|
cc09f5a7de
|
Merge pull request #7854 from alalek:backports_2016
(2.4) Backports from master branch (#7854)
|
8 years ago |
Alexander Alekhin
|
49e6bb2993
|
Merge pull request #7868 from alalek:icc_2.4
(2.4) Build with ICC
|
8 years ago |
Alexander Alekhin
|
667cb2e9fc
|
Merge pull request #7867 from alalek:cuda_warnings_2.4
(2.4) Fix CUDA warnings
|
8 years ago |
Alexander Alekhin
|
041502e42c
|
build: eliminate ICC warnings
|
8 years ago |
Alexander Alekhin
|
d206e84a13
|
cmake: use -fp-model precise with ICC
|
8 years ago |
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]
|
8 years ago |
Alexander Alekhin
|
7db13c7aab
|
Merge pull request #7847 from alalek:install_docs_target_2.4
|
8 years ago |
Alexander Alekhin
|
af0ee306cf
|
Merge pull request #7819 from alalek:fix_mulSpectrums_inplace_2.4
|
8 years ago |
Alexander Alekhin
|
7241b90dec
|
cmake: special target to build/install docs only
|
8 years ago |
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
|
8 years ago |
Alexander Alekhin
|
7bceef715c
|
test: fix mulSpectrums error tolerance
|
8 years ago |
Alexander Alekhin
|
26fbaada0a
|
cmake: disable warning C4127 for MSVS < 2015
|
8 years ago |
Alexander Alekhin
|
6946f510fe
|
mulSpectrums: refactor code
|
8 years ago |
Alexander Alekhin
|
62c9ff25e5
|
core: added inplace check in 'divSpectrums'
|
8 years ago |
Alexander Alekhin
|
ab429d2e73
|
test: fix inplace in 'mulComplex' from test_dxt
|
8 years ago |
Alexander Alekhin
|
21f3531b17
|
core: fix inplace support in mulSpectrums
|
8 years ago |
Alexander Alekhin
|
7be4a0ee2f
|
Merge pull request #7809 from alalek:backport_7797
|
8 years ago |
Alexander Alekhin
|
25727454d9
|
Merge pull request #7807 from alalek:ipp_build_fix_2.4
|
8 years ago |
Maksim Shabunin
|
29f5294fd2
|
Merge pull request #7808 from alalek:backport_7767
|
8 years ago |
Maksim Shabunin
|
cf97e6e00f
|
Merge pull request #7806 from alalek:backport_7640
|
8 years ago |
Maksim Shabunin
|
bc96997410
|
Merge pull request #7805 from alalek:fix_java_test_2.4
|
8 years ago |
Patrik Huber
|
c6af179afc
|
Added VS2017 support (MSVC 1910)
|
8 years ago |
Maksim Shabunin
|
ab260dafd2
|
Fixed Intel C++ 17 build in VS2015
|
8 years ago |
Alexander Alekhin
|
10d1b33a80
|
perf: remove tvl1 check for magic numbers, reduce number of samples
|
8 years ago |
Alexander Alekhin
|
a05444618c
|
test: tvl1 test check update
|
8 years ago |
Alexander Alekhin
|
d42d155c16
|
java: fix PATH environment variable
|
8 years ago |
Alexander Alekhin
|
2d28bb4171
|
ipp: disable compilation with IPP 9+
|
8 years ago |
Vadim Pisarevsky
|
3d8395cae9
|
Merge pull request #7743 from alalek:cmake_ffmpeg_cleanup_2.4
|
8 years ago |
Vadim Pisarevsky
|
2af4dc7249
|
Merge pull request #7741 from alalek:cmake_remove_legacy_pkgconfig
|
8 years ago |
Vadim Pisarevsky
|
5cead19006
|
Merge pull request #7742 from alalek:backport_5884
|
8 years ago |
Vadim Pisarevsky
|
7e38a2f0bb
|
Merge pull request #7739 from alalek:fix_gtk_deprecated_2.4
|
8 years ago |
Alexander Alekhin
|
32f568308a
|
cmake: cleanup ffmpeg detection
|
8 years ago |
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\")" .
|
8 years ago |
Alexander Alekhin
|
36d7712c2c
|
cmake: CMakeVars.txt (for debugging purpose)
|
8 years ago |
Alexander Alekhin
|
e5041abe55
|
cmake: remove outdated pkg-config module
|
8 years ago |
Alexander Alekhin
|
90da593316
|
highgui: g_thread_create deprecated warning
|
8 years ago |
Alexander Alekhin
|
ac118aee78
|
Merge pull request #7733 from alalek:debug_check_matrelease_2.4
|
8 years ago |
Alexander Alekhin
|
f6d5a1dd2c
|
Merge pull request #7727 from alalek:backport_7536
|
8 years ago |
Alexander Alekhin
|
56ed8b1721
|
calib3d: fix fisheye for test fisheyeTest.stereoCalibrateFixIntrinsic
|
8 years ago |
Alexander Alekhin
|
e878b60dbc
|
core: drop type/dims/rows/cols information in Mat::release()
|
8 years ago |
Alexander Alekhin
|
11b642fb8c
|
viz: eliminate warnings from tutorial code
|
8 years ago |
Alexander Alekhin
|
6fb75c677b
|
viz: update for VTK6.2+
PCL PR 1205
|
8 years ago |