Ilya Lavrenov
4722b2d0e5
fixed memory leak caused by illegal memory access
9 years ago
Ilya Lavrenov
f100cdb6d4
fixed "Conditional jump or move depends on uninitialised value" warning
9 years ago
a-andre
b757359ff8
fix documentation builder warnings
9 years ago
Ilya Lavrenov
793bdaada7
typo
9 years ago
Ilya Lavrenov
b70e27e076
fixed memory leaks in warpAffine tests
9 years ago
Ilya Lavrenov
d1b882ddcf
fixed memory leaks in floodfill tests
9 years ago
Ilya Lavrenov
b2489d31d6
fixed memory leaks in cvtyuv tests
9 years ago
Vitaly Tuzov
a96a6bf149
Resize area result verification moved to the separate function
9 years ago
Vitaly Tuzov
b7c9aaa471
Added more resize_area tests to ensure right rounding behavior for half and quarter downscaling
9 years ago
Alexander Alekhin
42ba5c7d16
fix GCC 4.9 warnings
9 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
9 years ago
howtobeahacker
9eaac6105f
correct covariation matrix formula in Harris corner detector
10 years ago
Ilya Lavrenov
89e3c508d8
fixed tests for aarch64
10 years ago
Mansour Moufid
35a89b1541
Change some vector mask types to unsigned.
10 years ago
StevenPuttemans
720fd144ef
add fit ellipse technique notice
10 years ago
Maksim Shabunin
91e21847e2
Some changes to make migration to 3.0 easier
10 years ago
Maksim Shabunin
09fb7512ed
Fixed iOS framework compilation warnings
10 years ago
Nisarg Thakkar
29fb2b6e47
Fixed doc for Bug #3887
...
Fixed doc for Bug #3887
10 years ago
Alexander Smorkalov
11c81067dc
doc/check_docs2.py warnings fixes
10 years ago
Philipp Hasper
bac492fff6
Doc: Fixing indentation
10 years ago
Maksim Shabunin
882426a9b2
Stripped iCCP chunk from png files
10 years ago
Alexander Karsakov
cb1e9adc63
Fixed getConversionInfo() for YUV2RGBA_* conversions
...
(cherry picked from commit 023a42ba55
)
10 years ago
Alexander Karsakov
00575b346d
Fixed range for 'v' channel for 8U images.
...
(cherry picked from commit b027eac173
)
10 years ago
Alexander Karsakov
b027eac173
Fixed range for 'v' channel for 8U images.
10 years ago
Alexander Karsakov
023a42ba55
Fixed getConversionInfo() for YUV2RGBA_* conversions
10 years ago
Alexander Smorkalov
628b23acc8
GCC 4.8 warning array subscript is above array bounds fixed.
...
(cherry picked from commit e11333dd83
)
10 years ago
Alexander Smorkalov
e11333dd83
GCC 4.8 warning array subscript is above array bounds fixed.
10 years ago
Aleksandr Petrikov
0a531815c5
fix bug 3733 for imgproc/filter.cpp
10 years ago
Richard Yoo
c38023f4e7
Modifications to support dynamic vector dispatch.
11 years ago
Ilya Lavrenov
ecec53f509
fixed docs
11 years ago
unknown
ade46bd428
Fixed typos in comments
11 years ago
Richard Yoo
11a09ef5cc
Changes to support Intel AVX/AVX2 in cvResize().
11 years ago
Alexander Karsakov
511ed4388e
Disabled BORDER_CONSTANT for pyramid functions.
11 years ago
Roman Donchenko
7ea1bf3cf0
Fixed several problems found by PVS-Studio.
...
This fixes all problems from the article "Checking OpenCV with PVS-Studio"
<http://www.viva64.com/en/b/0191/ > that are not already fixed and are
not in 3rdparty or the legacy module.
The problems fixed are two instances of useless code and one instance
of unspecified behavior (right-shifting a negative number).
11 years ago
StevenPuttemans
7fc764f5e5
added documentation for findContours
11 years ago
thoinvil
ea038436e6
Added condition to 1st test in cv::GaussianBlur
...
Consistent with the test made in cv::boxFilter, it adjusts the kernel size to the source size only if the border is not BORDER_CONSTANT and if BORDER_ISOLATED is set. Otherwise, the source has to be considered possibly in a larger image (i.e. the source being a ROI) in witch the kernel should apply.
11 years ago
Yash Vadalia
6ecd553810
Added doc for LinearPolar Transform
11 years ago
Kevin Mitchell
63e508abd2
doc: update/clarify behaviour of mask in floodFill
...
Clarify how the mask parameter is set on output and how this is
affected by the flags parameter.
resolves Feature #2942
11 years ago
Ilya Lavrenov
19a2495067
fixed IPP related warnings
11 years ago
thoinvil
e50ef2dab5
Bugfix #3668 removed the comment
11 years ago
Thierry Hoinville
5efd2056f0
Bugfix #3668 in FilterEngine::apply(), use the ROI properly
11 years ago
Michael Vukadinovic
c1aee0c312
Fixed bug in IPPMorphOp function when looping over elements of the morphology kernel.
11 years ago
Martin Chodakowski
267241b889
Fix typos in old python wrapper documentation(Bug #3628 )
...
Fixed spelling of CV_INTER_LINEAR flag in geometric_transformations.rst
11 years ago
Ilya Lavrenov
099ea91823
typos
11 years ago
Nghia Ho
ced8e7a813
Typo
11 years ago
Alexander Smorkalov
4c1ed13846
Warning fixes for GCC 4.8.
11 years ago
Roman Donchenko
e35d98e566
Worked around an apparent GCC bug in moments.
11 years ago
Ilya Lavrenov
01527c44fd
removed unused field
11 years ago
Seunghoon Park
2c7cf52e3b
fixing bug #3345 . use norm to make sure two matrices are the same.
...
(cherry picked from commit eb9d7c4dd5
)
11 years ago
Seunghoon Park
27a8bb471b
fixing bug #3345 . don't use BORDER_ISOLATED alone. it should be combined with some border type
...
(cherry picked from commit 2272a58769
)
11 years ago