Aleksandr Rybnikov
ce1cc352d9
MobileNet SSD sample
7 years ago
Jeremy Maitin-Shepard
350d483a70
grfmt_tiff: support in-memory TIFF encoding and decoding
...
Previously, only file-based encoding and decoding were supported with
the libtiff library, leading to the possible use of temporary files.
This fixes issue #8483 .
7 years ago
Jeremy Maitin-Shepard
2be955a0ef
loadsave: check for errors when using temp file
...
Previously, the return value of fwrite and fclose were not properly
checked, leading to possible silent truncation of the data if writing
failed, e.g. due to lack of disk space.
Fixes issue #9251 .
7 years ago
Alexander Alekhin
16fb74425e
ocl: fix program cache key
7 years ago
Alexander Alekhin
50b9a5afa9
ts(perf): initialize ThreadPool
7 years ago
Alexander Alekhin
cbced23de4
cmake: don't include protobuf on disabled DNN module
7 years ago
Alexander Alekhin
e58a778bd5
core(stat): disable IPP optimization in meanStdDev (cn > 1)
7 years ago
Tomoaki Teshima
1c49796e8e
guad for CUDA correctly
7 years ago
Alexander Alekhin
46f05f2db6
python: disable assertion in NumpyAllocator
7 years ago
Alexander Alekhin
15a6586062
python: stitching simple test
7 years ago
Suleyman TURKMEN
89480801b8
some improvements on tutorials
7 years ago
Alexander Alekhin
b46e741c95
core(alloc): drop unused code, use memalign() functions instead of hacks
...
valgrind provides better detection without memory buffer hacks
7 years ago
Alexander Alekhin
d35422b523
core(tls): hide assertions from Thread Sanitizer
7 years ago
Alexander Alekhin
68ef903a7c
core(tls): don't use tlsSlots without synchronization
7 years ago
Alexander Alekhin
12213f9985
flann: fix out of buffer access
7 years ago
Alexander Alekhin
caa5e3b4c5
imgproc: fix vectorized code of accumulate
7 years ago
Alexander Alekhin
2e17251160
calib3d: fix invalid memory access
7 years ago
Alexander Alekhin
3f102e5d3a
dnn: protobuf shutdown
7 years ago
Alexander Alekhin
aad6d28e13
ts: don't run large videoio test (valgrind)
7 years ago
Alexander Alekhin
1650c664bc
ts: don't run imgcodecs tests on large images (valgrind)
7 years ago
Alexander Alekhin
d17b099994
ts: don't run DNN tests with large models (valgrind)
7 years ago
Alexander Alekhin
bf0173bf38
ts: update valgrind suppressions
7 years ago
dkurt
583b327523
Fix JSON booleans without quotes
7 years ago
LaurentBerger
69fd57bc96
update tutorial link for dnn
7 years ago
dkurt
3515f6ec33
Missed NAMED bit of JSON nodes tag
7 years ago
Alexander Alekhin
602f047fe8
build: replace WIN32 => _WIN32
7 years ago
Alexander Alekhin
7f3eea6325
core: fix Mat/UMat cleanup on exceptions in deallocate()
7 years ago
Alexander Alekhin
878a6906cc
dnn: fix torch importer memory leaks
7 years ago
Pavel Rojtberg
94fdd45b75
calib3d: rewrite reprojectImageTo3D using Matx expressions
...
about the same speed, but significatly more readable
7 years ago
dkurt
70ff3804e9
Fix SqueezeNet Halide performance test
7 years ago
Alexander Alekhin
e45d5446f2
cleanup unused 3rdparty files
7 years ago
Tomoaki Teshima
0f91faddae
fix linker error when trying CPU_BASELINE=AVX
7 years ago
Alexander Alekhin
544eb4be1f
IPP: update minMaxIdx, disable some AVX optimizations with mask
7 years ago
Alexander Alekhin
d9e092325b
test: regression test for IPP minMaxIdx problem
7 years ago
Alexander Alekhin
ec7ce81401
core: fix FileStorage format detection in case of .gz archives
7 years ago
Alexander Alekhin
5bc291937f
test: FileStorage format regression test
7 years ago
Tomoaki Teshima
71496e3be4
fix build error on Visual Studio 2012
7 years ago
Tomoaki Teshima
e63d628677
remove some rand functions
...
* make test more reproducible
7 years ago
Alexander Alekhin
ad183481c0
perf: skip stitching OpenCL test on Win32 platform
7 years ago
Alexander Alekhin
08c94aa5c0
build: reuse int32_t workaround from softfloat.hpp
7 years ago
Tomoaki Teshima
1989bc33a7
fix build error on Visual Studio 2012
7 years ago
Tomoaki Teshima
46bee83005
fix the test fail on Calib3d_SolvePnP.accuracy
...
* move array size to enum
* move array size to member variable
* loosen the eps of SOLVEPNP_P3P
* loosen the eps in Calib3d_SolveP3P.accuracy
7 years ago
Alexander Alekhin
2360291c3e
java: update source files processing, maven stuff
7 years ago
Alexander Alekhin
e8357c0544
build: added DEBUG build guard
...
To prevent linkage of binary incompatible DEBUG/RELEASE binaries/runtimes
7 years ago
Aleksandr Rybnikov
7d1140340e
Rewrote googlenet tests
7 years ago
Alexander Alekhin
862242aa8d
stitching(perf): check for available OpenCL memory
7 years ago
Alexander Alekhin
1ff6c758ec
photo: crash workaround for MSVC 2015 32-bit
7 years ago
Rostislav Vasilikhin
70b984434d
RGB2Lab_f and trilinear interpolation code are in separate branch; cubeRoot(x) instead of std::pow(x, 1.f/3.f)
...
file with internal accuracy&speed tests moved to lab_tetra branch
7 years ago
Alexander Alekhin
4bb4a349c9
imgproc: fix warp optimizations
7 years ago
Alexander Alekhin
b4716b1d92
core: fix convertTo() AVX2 optimization
7 years ago