Vladislav Sovrasov
e7e29cb63c
cmake: add compilation test for VTK
7 years ago
Alexander Alekhin
ca922443db
next(calib3d): eliminate CirclesGridFinderParameters2
7 years ago
Alexander Alekhin
2385a5870e
next(ml): eliminate dummy interface class ANN_MLP_ANNEAL
7 years ago
Alexander Alekhin
e567135ed3
next: force C++11 features unconditionally: CV_CXX_MOVE_SEMANTICS/CV_CXX_STD_ARRAY
7 years ago
Alexander Alekhin
98c8584b88
next: drop CV_CXX11 conditions
...
define itself is still here for compatibility
7 years ago
Alexander Alekhin
2b2fa58f97
next: drop DISABLE_OPENCV_24_COMPATIBILITY
7 years ago
Alexander Alekhin
2d54fed3cc
next: OPENCV_ABI_COMPATIBILITY
...
drop change:
template<typename _Tp2> operator Vec<_Tp2, 3>() const;
because it break builds due ambiguous errors
7 years ago
Alexander Alekhin
964a4d75b4
next: version.hpp
7 years ago
Alexander Alekhin
070ec313f2
Merge pull request #11282 from alalek:fix_msvs_build_issues
7 years ago
Alexander Alekhin
73f4907dc0
Merge pull request #11280 from alalek:fix_cmake_warning_ninja_pylintrc
7 years ago
Alexander Alekhin
333973b846
Merge pull request #11276 from alalek:install_pdb
7 years ago
Alexander Alekhin
d2d9fd6945
build: fix MSVS build problems
...
with 'CL=/permissive-'
7 years ago
Alexander Alekhin
fa4b9e80e2
Merge pull request #11275 from alalek:issue_11274
7 years ago
Alexander Alekhin
5e03011496
cmake: fix Ninja generator warning about pylintrc
...
CMake generated files is a part of target depends list.
Details: `cmake --help-policy CMP0058`
7 years ago
Alexander Alekhin
a68ffc81da
Merge pull request #11279 from shimat:fix_LSD_test
7 years ago
shimat
68db42e9be
fix LSD test (wrong detector kind)
7 years ago
Alexander Alekhin
86488ac1bc
Merge pull request #11130 from allnes:gst_test_pipeline
7 years ago
Alexander Nesterov
c0d6f3d23e
Added tests for gstreamer pipeline
7 years ago
Alexander Alekhin
b76ce0e0a4
Merge pull request #11253 from mshabunin:decrease-tbb-dependency
7 years ago
Alexander Alekhin
b82bec88d9
Merge pull request #11271 from alalek:tbb_build_warning
7 years ago
Alexander Alekhin
784c8436fd
cmake: update PDB installation
7 years ago
Alexander Alekhin
7dc162cb42
core: fix mm_pause() for non-SSE i386 builds
...
replaced to safe binary compatible 'rep; nop' asm instruction
7 years ago
Vadim Pisarevsky
474a23bda5
Merge pull request #11170 from alalek:test_fixed_type
7 years ago
tlanclos
a2c7afad77
V4L Buffer: Support CV_CAP_PROP_BUFFERSIZE in cap_v4l ( #11047 )
7 years ago
shimat
e172935658
LSD: support vector<Vec4i> lines ( #11042 )
...
* add LSD supportsVec4iResult
* LineSegmentDetector.drawSegments: support vector<Vec4i>
* test_lsd.cpp: replace detect()
* test_lsd.cpp: add compareSegments tests
* lsd.cpp: LSD.compareSegments support Vec4i
* test_lsd.cpp: fix trailing whitespace
7 years ago
Vadim Pisarevsky
72cb06abf0
Merge pull request #11231 from saskatchewancatch:tiff-dpi-feature
7 years ago
Vadim Pisarevsky
fa5a6bfa02
Merge pull request #11251 from mshabunin:add-runtime-version
7 years ago
Vladislav Sovrasov
0d9c63744e
Add CPU default extensions loading in IE dnn backend ( #11252 )
...
* Add CPU default extensions loading in IE dnn backend
* Load cpu_extensions for the future Intel's Inference Engine
7 years ago
Vadim Pisarevsky
20334e3f09
Merge pull request #11264 from K-Shinotsuka:issue39
7 years ago
Vadim Pisarevsky
19de675a4e
Merge pull request #11270 from alalek:parallel_for_exception_fix_android
7 years ago
Vadim Pisarevsky
8ceb6f2279
Merge pull request #11272 from alalek:gdal_test_exclude_rle8
7 years ago
Alexander Alekhin
a22ee76b45
imgcodecs: exclude rle8.bmp from GDAL tests
...
GDAL message:
- ERROR 1: The BMP file is probably corrupted or too large. Image width = 480
7 years ago
Alexander Alekhin
854ab48de0
tbb: fix build warnings -Wshadow
7 years ago
Alexander Alekhin
8dacbe7584
android: std::exception_ptr is not available on some platforms (even with enabled C++11)
7 years ago
Vadim Pisarevsky
6a15910f0f
Merge pull request #11208 from terfendail:seamless_1
7 years ago
Vadim Pisarevsky
29869c5b91
Merge pull request #11243 from alalek:with_cuda_default_off
7 years ago
Vadim Pisarevsky
b6d45b9743
Merge pull request #11244 from alalek:cuda_samples_drop_performance
7 years ago
Vadim Pisarevsky
569011a121
Merge pull request #11245 from alalek:cuda_samples_drop_low_level_api
7 years ago
Vadim Pisarevsky
4617758053
Merge pull request #11247 from lopespt:fix_issue_10506
7 years ago
Vadim Pisarevsky
f0d22dabea
Merge pull request #11254 from terfendail:msmf_sourcereader
7 years ago
Vadim Pisarevsky
26a8ab5719
Merge pull request #11262 from alalek:fix_houghCircles_sync
7 years ago
Maksim Shabunin
d2cff38db6
Added interface to check library version during runtime
7 years ago
Alexander Alekhin
3c936ddcf9
Merge pull request #11259 from dkurt:fix_10965
7 years ago
Alexander Alekhin
47e476c9cd
Merge pull request #11217 from dan-masek:fix_issue_11206
7 years ago
Alexander Alekhin
814b78dad8
Merge pull request #11230 from tkonolige:master
7 years ago
Alexander Alekhin
02eab9ed72
Merge pull request #11265 from severus-tux:patch-1
7 years ago
Vishwa Prakash H V
6b4fcd5f73
Avoiding Divide By Zero Error
...
In line 104 `if ( full_neg_lst[i].cols >= box.width && full_neg_lst[i].rows >= box.height )` removed '=' as it causes divide By Zero Error in line 106 and 107 `box.x = rand() % ( full_neg_lst[i].cols - size_x );` when full_neg_lst[i].cols = size_x or full_neg_lst[i].rows - size_y
7 years ago
k-shinotsuka
fbdcc0e8e4
add universal intrinsics for HSV2RGB_f
7 years ago
y0umu
ade29fc6c9
Merge pull request #11260 from y0umu:patch-1
...
Correct a mistake in {js,py}_table_of_contents_histograms.markdown (#11260 )
* Update py_table_of_contents_histograms.markdown
"Learn to find and draw Contours" => "Learn the basics of histograms"
* Update js_table_of_contents_histograms.markdown
Corrected a seemlingly wronged line of copy in the python documention js_table_of_contents_histograms.markdown
"Learn to find and draw Contours" => "Learn the basics of histograms"
7 years ago
Alexander Alekhin
15837b43ca
imgproc: don't call .unlock() on non-holded mutex in houghCircles()
7 years ago