Alexander Alekhin
cbced23de4
cmake: don't include protobuf on disabled DNN module
8 years ago
Alexander Alekhin
e58a778bd5
core(stat): disable IPP optimization in meanStdDev (cn > 1)
8 years ago
Tomoaki Teshima
1c49796e8e
guad for CUDA correctly
8 years ago
berak
6b0661cca1
Update README.android
8 years ago
Alexander Alekhin
46f05f2db6
python: disable assertion in NumpyAllocator
8 years ago
Alexander Alekhin
15a6586062
python: stitching simple test
8 years ago
Alexander Alekhin
bdb6b45c91
Merge pull request #9259 from eyolfson:patch-1
8 years ago
Alexander Alekhin
1170d74868
Merge pull request #9261 from puqeko:patch-2
8 years ago
Alexander Alekhin
6ae5a9f07a
Merge pull request #9255 from marting87:marting87/gpu_samples_usage_msg
8 years ago
Alexander Alekhin
cc1a95d161
Merge pull request #9254 from jtkb:feature/maven_package_update
8 years ago
Alexander Alekhin
fffd0f5b68
Merge pull request #9241 from alalek:tlsSlotsSize
8 years ago
Suleyman TURKMEN
89480801b8
some improvements on tutorials
8 years ago
puqeko
9deb206e74
Add tested codecs for OSX
8 years ago
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