Elena Shipunova
036c3b4e6d
do not proceed with removing zero-length slice
10 years ago
Suleyman TURKMEN
9df5400200
Update drawing.cpp
...
https://github.com/Itseez/opencv/issues/4791
10 years ago
Ilya Lavrenov
6a05939e1c
fixed warnings in gpu module
10 years ago
Ilya Lavrenov
7b1eb3af7b
initialize padding of CvString with zeros
10 years ago
Ilya Lavrenov
3934d61de7
fixed uninitialized memory writing/reading in flann
10 years ago
Ilya Lavrenov
32d7c1950a
fixed memory leak in flann index
10 years ago
Ilya Lavrenov
1b8c2589c0
fixed memory leak in GBTrees
10 years ago
Ilya Lavrenov
887736bcd4
fixed "Conditional jump or move depends on uninitialised value(s)" in GBD
10 years ago
Ilya Lavrenov
3a1bb93340
release filestorage before exception
10 years ago
Ilya Lavrenov
dfb49097e3
fixed memory leak in ANN
10 years ago
Ilya Lavrenov
d7bb1025f3
fixed memory leak in ml module
10 years ago
Ilya Lavrenov
dc441f50cd
fixed memory leak in descriptor regression tests
10 years ago
Ilya Lavrenov
be499b42d9
fixed memory leaks in modules/features2d/test/test_nearestneighbors.cpp
10 years ago
Vladislav Vinogradov
7ddc0bdd37
fix potential out-of-border access in gpu StereoBeliefPropagation
10 years ago
Ilya Lavrenov
4722b2d0e5
fixed memory leak caused by illegal memory access
10 years ago
Ilya Lavrenov
f100cdb6d4
fixed "Conditional jump or move depends on uninitialised value" warning
10 years ago
a-andre
b757359ff8
fix documentation builder warnings
10 years ago
Ilya Lavrenov
75fcedf0ed
added some property setting and getting
10 years ago
Ilya Lavrenov
c19ed39a78
repaired GStreamer 0.10 version
10 years ago
Ilya Lavrenov
793bdaada7
typo
10 years ago
Ilya Lavrenov
dbd7912b88
repaired gstreamer camera capture:
...
1. Enabled property retrieval: height, width, FPS
2. Fixed issue when isOpened returns always true even for non-existing devices
3. Ability to work with non-0 device. Camera capture index is taken into account
10 years ago
Ilya Lavrenov
370d1ff21a
fixed typo
10 years ago
Ilya Lavrenov
47cee8715b
fixed uninitialized values warning in bad arg test class
10 years ago
Ilya Lavrenov
b70e27e076
fixed memory leaks in warpAffine tests
10 years ago
Ilya Lavrenov
d1b882ddcf
fixed memory leaks in floodfill tests
10 years ago
Ilya Lavrenov
b2489d31d6
fixed memory leaks in cvtyuv tests
10 years ago
Ilya Lavrenov
7719da9552
fixed memory leak in core ds tests
10 years ago
Ilya Lavrenov
855765986e
fixed valgrind warning in polylines
10 years ago
Alexander Smorkalov
d0210f510e
OpenCV version++.
10 years ago
Maksim Shabunin
447b8bf58a
Fixing possible corruption for big training data sizes
10 years ago
Alankar Kotwal
1d92a73a55
Correct missing braces in operations_in_arrays.rst
10 years ago
Vitaly Tuzov
a96a6bf149
Resize area result verification moved to the separate function
10 years ago
Vitaly Tuzov
b7c9aaa471
Added more resize_area tests to ensure right rounding behavior for half and quarter downscaling
10 years ago
Roman Donchenko
1245cd1752
NearestNeighborTest: use ts->get_rng() instead of (implicit) theRNG()
...
This ensures that test data is not dependent on the order the tests are
executed in.
10 years ago
Evgeny Talanin
9a3dccab20
Increase Android Manager version
10 years ago
Evgeny Talanin
ac6ca660f4
Increase version to 2.4.12
10 years ago
Vladislav Vinogradov
945663bc9b
increase epsilon for some GPU sanity tests
10 years ago
Roman Donchenko
c2f59a0f73
flann: fix AutotunedIndex crashing if a KDTree index is selected
...
Backport of mariusmuja/flann@f8ca6df3.
10 years ago
Alexander Alekhin
42ba5c7d16
fix GCC 4.9 warnings
10 years ago
Roman Donchenko
72ddeea479
FREAK: add missing field initialization
10 years ago
Gleb Gladilov
07de67c32f
Added test of minMaxLoc on filling with maximums of int
10 years ago
Gleb Gladilov
c467d0d553
Fixed minMaxLoc and test functions
10 years ago
Roman Donchenko
9e50cf5375
Refactor a section of icvRotatingCalipers to work around a GCC bug
...
https://bugs.launchpad.net/ubuntu/+source/gcc-4.9/+bug/1474304
10 years ago
Roman Donchenko
2e86d46cf2
CV_ChessboardDetectorTimingTest: don't ignore missing test data
10 years ago
Vincent Rabaud
50842b9036
get code to compile on Ubuntu Saucy
...
A define was forgotten for the codecs and there was a typo for
another.
(cherry picked from commit f052b0bc4d
)
Conflicts:
modules/videoio/src/ffmpeg_codecs.hpp
10 years ago
Vadim Pisarevsky
3d6413cfc6
fixed compile warnings; hopefully fixed test failures
...
(cherry picked from commit 30912b49f3
)
Conflicts:
modules/videoio/src/cap_ffmpeg_impl.hpp
modules/videoio/src/ffmpeg_codecs.hpp
10 years ago
Vadim Pisarevsky
799622affd
make sure opencv builds fine with the recent versions of libav (e.g. from Ubuntu 14.10)
...
(cherry picked from commit 2b2e3ee93c
)
Conflicts:
cmake/OpenCVFindLibsVideo.cmake
modules/videoio/src/cap.cpp
modules/videoio/src/cap_ffmpeg_impl.hpp
modules/videoio/src/ffmpeg_codecs.hpp
modules/videoio/test/test_ffmpeg.cpp
10 years ago
howtobeahacker
9eaac6105f
correct covariation matrix formula in Harris corner detector
10 years ago
Ilya Lavrenov
083aced3b4
fixed OS names
10 years ago
Andrey Pavlenko
72ec9c159e
releasing native memory of temp `Mat` objects in generated Java code
10 years ago