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
Alexander Alekhin
b10bd4b65d
Merge pull request #9068 from dkurt:mkl_with_openmp
7 years ago
Alexander Alekhin
8aa3011f2d
Merge pull request #9064 from sadika9:patch-1
7 years ago
Alexander Alekhin
7bb9237d99
Merge pull request #9060 from alalek:canny_inplace_bug
7 years ago
Alexander Alekhin
11a726ceb3
Merge pull request #9057 from alalek:static_build_workaround
7 years ago
Alexander Alekhin
c3586b8534
Merge pull request #9055 from fdebrabander:master
...
how_to_scan_images.markdown: fix grammar mistakes
7 years ago
Alexander Alekhin
7621cc19dc
Merge pull request #9054 from zhmu:upstream
7 years ago
Alexander Alekhin
4f01ad8517
Merge pull request #9052 from jqly:patch-1
7 years ago
Alexander Alekhin
5590aea411
Merge pull request #8998 from abratchik:DNN.java.wrappers.fix
7 years ago
Vitaly Tuzov
3681dcef1a
AVX optimized implementation of resize and warp functions migrated to separate file
7 years ago
catree
8b7cb8a3f1
Fix wrong mat access.
7 years ago
Alexander Alekhin
1b8d363231
version 3.3.0-rc
7 years ago
Alexander Alekhin
3f02f569af
cmake: update CXX11 compiler flag
7 years ago
Alexander Alekhin
108188e42f
Merge pull request #9032 from sovrasov:mat_doc_update
7 years ago
Maksim Shabunin
2a33f452b0
Fixed minor doc issue
7 years ago
Vladislav Sovrasov
f42b7d03b4
core: add a test of iteration through the Mat_ with range-based for
7 years ago
Vladislav Sovrasov
267fdc4c91
Add a note about cxx11 range-based loop in Mat_ documentation
7 years ago
Alexander Alekhin
32d1eb36df
dnn: fix links
7 years ago
Maksim Shabunin
d5323ce848
Merge pull request #9066 from mshabunin:fix-static-5
7 years ago
Alexander Alekhin
b3f5e3bf94
core(stat): optimize size of binaries, drop AVX dispatch (no imrovements)
7 years ago
Alexander Alekhin
b66c349bba
core(stat): add required CV_AVX_GUARD
...
Added guard with 'vzeroupper' instruction
7 years ago
Alexander Alekhin
c45d3568ae
core(stat): register dispatched code, fix build
7 years ago
Alexander Alekhin
6a6222d21c
core(stat): remove useless checks
7 years ago
Alexander Alekhin
880052d3f3
core(stat): create dispatch.cpp file
7 years ago
Alexander Alekhin
85afbd409b
core(stat): move implementations into .hpp file w/o changes
7 years ago
Alexander Alekhin
03c3e0edcf
core(stat): stat.cpp minor refactoring
...
- remove unused code
- added: #if CV_ENABLE_UNROLLED in Hamming's functions
7 years ago
Alexander Alekhin
4f558e8b89
cmake: added "SSE4_2" into default CPU dispatch
7 years ago
berak
34c0ab5878
dnn: fix some tutorial links
7 years ago
abratchik
8f7181429f
add java wrappers to dnn module
7 years ago
catree
921f06eb6f
Fix ffmpeg detection with -D OPENCV_WARNINGS_ARE_ERRORS=ON option.
7 years ago
catree
d06619ab15
Add 64-bit imshow behavior in the documentation.
7 years ago
dkurt
425e92e5ca
Fix MKL linkage with enabled OpenMP
7 years ago
Alexander Duda
5ca7dcc6e7
Fix error message fisheye CALIB_CHECK_COND
...
The old error message was not giving any hint which input array (image)
led to an ill conditioned matrix. This made it near impossible to
identify poor images in a larger set.
A better approach would be to implement a checker function which gives
each image a rating before the real calibration is performed. This could
also include some image properties like sharpness, etc.
7 years ago
Maksim Shabunin
1f23202ad8
Issues found by static analysis (5th round)
7 years ago
Sadika Sumanapala
40e1f2fc03
Fix style
7 years ago
Alexander Alekhin
582bb3c311
core(perf): added Hamming tests
7 years ago
Alexander Alekhin
e5aa213554
Merge pull request #9056 from mshabunin:fix-videoio-deps
7 years ago
Alexander Alekhin
cdf2a59afa
canny: disallow broken inplace arguments
7 years ago
Maksim Shabunin
6320ede98e
Removed extra dependencies from videoio library
7 years ago
Alexander Alekhin
c235bbfcb4
Merge pull request #9050 from alalek:dnn_binding_fixes
7 years ago