Jon Eyolfson
27cf941284
Remove unused method declarations in hog.cpp
...
The class `App` appears to have two unused methods: `message` and `checkRectSimilarity`. The is no definition or use of either of these methods. This appears to be dead code.
8 years ago
Kerry Billingham
04cd09a30a
Updated package dependency list & package check script.
8 years ago
Martin Ganeff
3ea889050b
Removed _gpu-suffix from usage messages to align with executable name
8 years ago
Alexander Alekhin
b46e741c95
core(alloc): drop unused code, use memalign() functions instead of hacks
...
valgrind provides better detection without memory buffer hacks
8 years ago
Alexander Alekhin
34f9c039c5
Merge pull request #9238 from alalek:valgrind_fixes
8 years ago
Alexander Alekhin
d35422b523
core(tls): hide assertions from Thread Sanitizer
8 years ago
Bragadeesh
d61f5d160d
A simple spelling change.
8 years ago
Alexander Alekhin
68ef903a7c
core(tls): don't use tlsSlots without synchronization
8 years ago
Alexander Alekhin
06407b4d14
Merge pull request #9233 from LaurentBerger:dnndoc
8 years ago
Alexander Alekhin
12213f9985
flann: fix out of buffer access
8 years ago
Alexander Alekhin
caa5e3b4c5
imgproc: fix vectorized code of accumulate
8 years ago
Alexander Alekhin
2e17251160
calib3d: fix invalid memory access
8 years ago
Alexander Alekhin
3f102e5d3a
dnn: protobuf shutdown
8 years ago
Alexander Alekhin
aad6d28e13
ts: don't run large videoio test (valgrind)
8 years ago
Alexander Alekhin
1650c664bc
ts: don't run imgcodecs tests on large images (valgrind)
8 years ago
Alexander Alekhin
d17b099994
ts: don't run DNN tests with large models (valgrind)
8 years ago
Alexander Alekhin
1516103a15
cmake: fix compiler flags
8 years ago
Alexander Alekhin
bf0173bf38
ts: update valgrind suppressions
8 years ago
Alexander Alekhin
b4e300b78b
Merge pull request #9236 from dkurt:fix_json_bool
8 years ago
Alexander Alekhin
402a77e7f7
Merge pull request #9237 from alalek:fix_winrt_build
8 years ago
Alexander Alekhin
2ca561f104
Merge pull request #9217 from alalek:cleanup_3rdparty
8 years ago
Alexander Alekhin
174cb06a7a
Merge pull request #9215 from alalek:cmake_min_version
8 years ago
dkurt
583b327523
Fix JSON booleans without quotes
8 years ago
Alexander Alekhin
1081cee35f
winrt: update script for MSVS2017 / SDK 10.0
8 years ago
LaurentBerger
69fd57bc96
update tutorial link for dnn
8 years ago
Alexander Alekhin
8e6e05ed3f
Merge pull request #9227 from alalek:cmake_fix_ocv_add_testdata
8 years ago
Alexander Alekhin
c512bf6c66
Merge pull request #9232 from dkurt:json_named_nodes
8 years ago
Alexander Alekhin
bcff9fd067
Merge pull request #9229 from alalek:dnn_torch_memory_leaks
8 years ago
Alexander Alekhin
0d7aeacc34
Merge pull request #9230 from alalek:mat_cleanup_on_exception
8 years ago
dkurt
3515f6ec33
Missed NAMED bit of JSON nodes tag
8 years ago
Alexander Alekhin
602f047fe8
build: replace WIN32 => _WIN32
8 years ago
Alexander Alekhin
7f3eea6325
core: fix Mat/UMat cleanup on exceptions in deallocate()
8 years ago
Alexander Alekhin
878a6906cc
dnn: fix torch importer memory leaks
8 years ago
Alexander Alekhin
0194d5a2d5
Merge pull request #9222 from dkurt:fix_dnn_tests
8 years ago
Alexander Alekhin
d219709cfa
Merge pull request #9228 from neok-m4700:cmake
8 years ago
neok-m4700
c2e281f8cf
Update OpenCVCompilerOptions.cmake
...
misplaced else
8 years ago
Alexander Alekhin
07334bc25c
cmake: fix ocv_add_testdata() hardcoded path
8 years ago
Pavel Rojtberg
94fdd45b75
calib3d: rewrite reprojectImageTo3D using Matx expressions
...
about the same speed, but significatly more readable
8 years ago
dkurt
70ff3804e9
Fix SqueezeNet Halide performance test
8 years ago
Alexander Alekhin
8741d97a4f
Merge pull request #9216 from alalek:build_global_defines
8 years ago
Alexander Alekhin
432d0fd707
Merge pull request #9213 from tomoaki0705:fixDnnBaseline
8 years ago
Alexander Alekhin
e45d5446f2
cleanup unused 3rdparty files
8 years ago
Tomoaki Teshima
0f91faddae
fix linker error when trying CPU_BASELINE=AVX
8 years ago
Alexander Alekhin
5e6e12600f
build: enable __STDC_FORMAT_MACROS macro
8 years ago
Alexander Alekhin
92f182bc3b
minimal CMake version => 2.8.12.2
8 years ago
Alexander Alekhin
bc3c7e80a6
Merge pull request #9209 from alalek:fix_persistence_format
8 years ago
Alexander Alekhin
32683ee6e0
Merge pull request #9208 from alalek:ipp_minmaxidx
8 years ago
Alexander Alekhin
544eb4be1f
IPP: update minMaxIdx, disable some AVX optimizations with mask
8 years ago
Alexander Alekhin
d9e092325b
test: regression test for IPP minMaxIdx problem
8 years ago
Alexander Alekhin
ec7ce81401
core: fix FileStorage format detection in case of .gz archives
8 years ago