Alexander Alekhin
617e6b4cc9
Merge pull request #9145 from alalek:ipp_minmaxidx_nan
7 years ago
Alexander Alekhin
5ebfb52a4a
ipp(minmaxIdx): disable SSE4.2 optimizations for 32f datatype
...
NaN values handling issue
7 years ago
PkLab.net
6dd9e18b2e
add std::string overload for cv::read()
7 years ago
Vladislav Sovrasov
5b833db558
core: forbid conversion real->int in some cases in FileStorage
7 years ago
Vladislav Sovrasov
fce018e7a9
Fix wrong chessboard generation in gen_pattern tool
7 years ago
Alexander Alekhin
e7cc2eea1d
build: fix unused variable warning for vzeroupper guard
7 years ago
Alexander Alekhin
9365817bfd
Merge pull request #9131 from dkurt:fix_eltwise_layer
7 years ago
Alexander Alekhin
d656d39ba2
Merge pull request #9134 from mshabunin:fix-static-6
7 years ago
Maksim Shabunin
02db592014
Fixed several issues found by static analysis (Windows specific)
7 years ago
dkurt
3203635765
Eltwise layer fixes
7 years ago
Alexander Alekhin
a4a47b538c
build: detect Android via '__ANDROID__' macro
...
https://sourceforge.net/p/predef/wiki/OperatingSystems
7 years ago
Guilherme William Guedes
d098048aba
Fix typo: 'right direction' to 'y direction'.
...
Fix typo: 'right direction' to 'y direction' in harris corner detector tutorial.
7 years ago
Pascal Thomet
309c962169
core/bufferpool.hpp: let msvc accept a non virtual protected destructor
...
BufferPoolController has a non virtual protected destructor (which is legitimate)
However, Visual Studio sees this as a bug, if you enable more warnings, like below
```
add_compile_options(/W3) # level 3 warnings
add_compile_options(/we4265) # warning about missing virtual destructors
```
This is a proposition in order to silence this warning.
See https://github.com/ivsgroup/boost_warnings_minimal_demo for a demo of the same problem
with boost/exception.hpp
7 years ago
Maksim Shabunin
cddf868572
Merge pull request #9115 from alalek:ocl_async_cleanup_queue
7 years ago
Alexander Alekhin
da8dbf6cf5
ocl: async cl_buffer cleanup queue (for event callback)
7 years ago
Tomoaki Teshima
e7d5dbfec0
dispatch accumulate series
...
- use universal intrinsic for base
- dispatch for float/double version using AVX
- AVX2 optimization not done yet
7 years ago
Maksim Shabunin
34046ec682
Merge pull request #9105 from alalek:ocl_update_event_callback
7 years ago
Vadim Pisarevsky
ed9564106c
reuse AVX2-optimized kernels for AVX1 CPUs (like IvyBridge)
7 years ago
Patrik Huber
600b7a30e6
Added detection of MSVC1911
...
This is VS2017 Preview. It makes sure the version is detected properly and the INSTALL target then correctly installs to x64/vc15 (the same as MSVC1910).
7 years ago
Alexander Alekhin
b32d914aab
static analyze: python dynamic_cast checks
7 years ago
Alexander Alekhin
daee982106
ocl: rework events handling with clSetEventCallback
7 years ago
Vitaly Tuzov
526d1d6db1
AVX optimized implementation of undistort migrated to separate file
7 years ago
Rostislav Vasilikhin
aa621d6f3c
magic constants explained
7 years ago
Rostislav Vasilikhin
704c688225
OCL code fixed, fix for NEON added
7 years ago
Rostislav Vasilikhin
6c71988c54
RGB2Luv_f: R, G, B limited to [0, 1]
7 years ago
Rostislav Vasilikhin
82811d0706
Luv: singularities fixed
7 years ago
Alexander Alekhin
cc862e996e
videoio: fixes for GStreamer support
...
- emulated frame counter (with autodetection of GStreamer broken behavior)
- skip 'seek' tests if seeking is not supported by backend
- update 'fps' and total frames checks (increase error tolerance)
- update synthetic image generation
7 years ago
wzw
635342ab73
ocl_calcHist1: Use proper local size for merge_histogram kernel
...
merge_histogram kernel only need "BINS" theads to accumulate the
histgrams, it is not efficient to directly use maxGroupSize as
local size if maxGroupSize is far greater then BINS.
7 years ago
catree
98c78e0acd
Use directly solvePnP when the number of input points is equal to the number of model points. Enable useExtrinsicGuess parameter. Return rvec and tvec estimated using all the inliers instead of the best rvec and tvec estimated during the Minimal Sample Sets step. Document the behavior of solvePnPRansac.
7 years ago
Alexander Alekhin
6833b46a05
videoio(test): fix message
7 years ago
Arkadiusz Raj
0ef5c8c541
Fixing Aravis support compilation issue
7 years ago
Alexander Alekhin
359bd21bd7
ffmpeg: update 3.3.2
...
- ffmpeg 3.3 -> 3.3.2
- added VERSIONINFO
7 years ago
Maksim Shabunin
f670a99270
Merge pull request #9089 from alalek:cmake_fix_sdl_linker_flags
7 years ago
Vitaly Tuzov
fadf25acd6
SSE4_1 optimized implementation of resize and warp functions migrated to separate file
7 years ago
Vitaly Tuzov
77264dcca9
AVX optimized implementation of haar migrated to separate file
7 years ago
Alexander Alekhin
eed5cfba7d
cmake: fix linker flags
7 years ago
Vitaly Tuzov
5448d9186a
AVX and SSE4.1 optimized conversion implementations migrated to separate files
7 years ago
Vladislav Sovrasov
2a2a1dc5b4
Get rid of OPENCV_NOSTL definition
7 years ago
Vitaly Tuzov
4d0f789e0a
AVX optimized implementation of separable filters migrated to separate file
7 years ago
Aleksandr Rybnikov
d3c14ce3ea
Added tests for ResNet-50 and SqueezeNet v1.1
7 years ago
Vladislav Sovrasov
42936d3227
imgproc: fix MORPH_HITMISS operation when kernel has no negative values
7 years ago
Alexander Alekhin
7b8e6307f8
Merge pull request #9080 from alalek:version_3.3.0-rc
...
version 3.3.0-rc
7 years ago
Alexander Alekhin
823353d3ac
Merge pull request #9067 from D-Alex:master
...
Fix error message fisheye CALIB_CHECK_COND
7 years ago
Alexander Alekhin
639e7367a7
Merge pull request #9081 from catree:fix_tutorial_pca_intro
...
Fix wrong mat access in introduction_to_pca.cpp
7 years ago
Alexander Alekhin
2863c9fe19
Merge pull request #9077 from alalek:cmake_enable_cxx11
7 years ago
Alexander Alekhin
37c8f217a7
Merge pull request #9076 from mshabunin:fix-doc-from-mail
7 years ago
Tony Lian
c8783f3e23
Merge pull request #9075 from TonyLianLong:master
...
Remove unnecessary Non-ASCII characters from source code (#9075 )
* Remove unnecessary Non-ASCII characters from source code
Remove unnecessary Non-ASCII characters and replace them with ASCII
characters
* Remove dashes in the @param statement
Remove dashes and place single space in the @param statement to keep
coding style
* misc: more fixes for non-ASCII symbols
* misc: fix non-ASCII symbol in CMake file
7 years ago
Alexander Alekhin
9aaf6a66a3
Merge pull request #9073 from berak:dnn_fix_tutorial_links
7 years ago
Alexander Alekhin
ced9d2357c
Merge pull request #9070 from catree:imshow_64bits_doc
7 years ago
Alexander Alekhin
9611aa81b2
Merge pull request #9069 from catree:ffmpeg_warnings_errors
7 years ago