Alexander Alekhin
b3f5e3bf94
core(stat): optimize size of binaries, drop AVX dispatch (no imrovements)
8 years ago
Alexander Alekhin
b66c349bba
core(stat): add required CV_AVX_GUARD
...
Added guard with 'vzeroupper' instruction
8 years ago
Alexander Alekhin
c45d3568ae
core(stat): register dispatched code, fix build
8 years ago
Alexander Alekhin
6a6222d21c
core(stat): remove useless checks
8 years ago
Alexander Alekhin
880052d3f3
core(stat): create dispatch.cpp file
8 years ago
Alexander Alekhin
85afbd409b
core(stat): move implementations into .hpp file w/o changes
8 years ago
Alexander Alekhin
03c3e0edcf
core(stat): stat.cpp minor refactoring
...
- remove unused code
- added: #if CV_ENABLE_UNROLLED in Hamming's functions
8 years ago
Alexander Alekhin
4f558e8b89
cmake: added "SSE4_2" into default CPU dispatch
8 years ago
berak
34c0ab5878
dnn: fix some tutorial links
8 years ago
abratchik
8f7181429f
add java wrappers to dnn module
8 years ago
catree
921f06eb6f
Fix ffmpeg detection with -D OPENCV_WARNINGS_ARE_ERRORS=ON option.
8 years ago
catree
d06619ab15
Add 64-bit imshow behavior in the documentation.
8 years ago
dkurt
425e92e5ca
Fix MKL linkage with enabled OpenMP
8 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.
8 years ago
Maksim Shabunin
1f23202ad8
Issues found by static analysis (5th round)
8 years ago
Sadika Sumanapala
40e1f2fc03
Fix style
8 years ago
Alexander Alekhin
582bb3c311
core(perf): added Hamming tests
8 years ago
Alexander Alekhin
e5aa213554
Merge pull request #9056 from mshabunin:fix-videoio-deps
8 years ago
Alexander Alekhin
cdf2a59afa
canny: disallow broken inplace arguments
8 years ago
Maksim Shabunin
6320ede98e
Removed extra dependencies from videoio library
8 years ago
Alexander Alekhin
c235bbfcb4
Merge pull request #9050 from alalek:dnn_binding_fixes
8 years ago
Alexander Alekhin
c5a6846866
static build workaround
8 years ago
Frank de Brabander
36b00e69ab
how_to_scan_images.markdown: fix grammer mistakes
...
Improve the readability of the tutorial.
8 years ago
Rink Springer
3ce1bca670
Prevent crash when attempting to create training data without responses.
...
This is at least useful when using an SVM one-class linear classifier, so there are valid use cases.
8 years ago
jqly
444593014f
a fix for open issue 4772
8 years ago
Alexander Alekhin
6ea6e4bceb
binding: fix headers processing
8 years ago
Alexander Alekhin
2db45c8a85
hdr_parser: ignore lines with 'CV__' macros
8 years ago
Alexander Alekhin
a84a5e8f1a
Merge pull request #8936 from terfendail:clipline_fix
8 years ago
Alexander Alekhin
8bd2e9816a
cmake: don't add vs_version.rc for static modules (ts)
8 years ago
Maksim Shabunin
638a01a014
Merge pull request #9038 from mshabunin:fix-static-4
8 years ago
Maksim Shabunin
90d2f8b5fe
Merge pull request #9035 from alalek:dnn_fix_halide_tests
8 years ago
Alexander Alekhin
a6d88b4d1f
Merge pull request #9044 from neilsh-msft:WinRTBuild
8 years ago
Maksim Shabunin
e0393f8557
Fixed some issues found by static analysis (4th round)
8 years ago
Neil Shipp
3f72ff215e
Fix WinRT build breaks in highgui and videoio.
8 years ago
Alexander Alekhin
64b483c65b
Merge pull request #9033 from alalek:sgbm_disable_perf_in_debug
8 years ago
Alexander Alekhin
0c08094536
Merge pull request #9039 from arrybn:disable_caffe_parser_logs
8 years ago
Aleksandr Rybnikov
fab4f4b9d5
Disabled logging in caffe parser in release
8 years ago
Alexander Alekhin
72a765d766
dnn: fix compilation of Halide tests
8 years ago
Vitaly Tuzov
1ed9a58b64
AVX optimized implementation of Harris corner detector migrated to separate file
8 years ago
Vadim Pisarevsky
2ac819018d
Merge pull request #9014 from sovrasov:compare_scalars_fix
8 years ago
Vadim Pisarevsky
5f1b6ee889
Merge pull request #9017 from sovrasov:parallel_for_cxx11
8 years ago
Vadim Pisarevsky
27c7ef28a7
Merge pull request #9020 from arrybn:fix_googlenet_python_sample
8 years ago
Vadim Pisarevsky
ac49a17a82
Merge pull request #9022 from dkurt:keep_conv_weights_for_halide
8 years ago
Vadim Pisarevsky
fb1dcdd17d
Merge pull request #9029 from alalek:dnn_cleanup_torch
8 years ago
Alexander Alekhin
b84cbeec8c
calib3d(perf): disable SGBM tests in debug mode
...
because they are too long (takes minutes)
8 years ago
Maksim Shabunin
f6a33c4826
Merge pull request #9031 from huangqinjin:gtk
8 years ago
Maksim Shabunin
f1a56cb4b7
Merge pull request #9028 from alalek:dnn_experimental_namespace
8 years ago
Maksim Shabunin
9087778b06
Merge pull request #8895 from lewisjb:python-docstrings
8 years ago
Maksim Shabunin
ace0701a46
Merge pull request #9019 from alalek:dnn_trace
8 years ago
Maksim Shabunin
ca9622145e
Merge pull request #9026 from alalek:remove_danger_define
8 years ago