Alexander Alekhin
62c9ff25e5
core: added inplace check in 'divSpectrums'
8 years ago
Alexander Alekhin
f21f153a5f
test: backport check for Image_KernelSize_GaborFilter2d perf test
8 years ago
Rostislav Vasilikhin
d23190dc3e
fixed channel order from YVU to YUV
8 years ago
Rostislav Vasilikhin
e3070ed553
fixed YUV channel equivalence
8 years ago
Juha Reunanen
4e7f28811c
Merge pull request #7452 from reunanen:issue-7409-2.4
...
Fix findContours crash for very large images (v2.4)
* Cast step to size_t in order to avoid integer overflow when processing very large images
* Change assert to CV_Assert
9 years ago
catree
f1009e2234
Fix dead link for hit or miss 2.4 documentation.
9 years ago
Alexander Alekhin
a6e5ebafcf
calib3d: fix cornerSubPix memory error
9 years ago
PkLab.net
2d0fe514a0
Fix rho,phi exchange. Backport to 2.4
9 years ago
Alexander Alekhin
bb5e25ba7c
migration: github.com/opencv/opencv
9 years ago
shruthikashyap
1fbc6ab05d
Adding the syntax and usage for cv2.undistortPoints().
9 years ago
Elena Gvozdeva
bb1c2d71a8
fix bug on border at pyrUp
9 years ago
Vitaly Tuzov
4f5d585184
Update call to Tegra optimized morphology filtering
9 years ago
Jan Starzynski
2799829bc9
fix potential buffer overflow as in 3.0
9 years ago
Lorena García
252feb4774
Hit and Miss morphological op
9 years ago
a-andre
a14e524b32
fix documentation builder warnings
10 years ago
Ilya Lavrenov
d28e6c9b36
fixed memory leak caused by illegal memory access
...
(cherry picked from commit 4722b2d0e5
)
10 years ago
Ilya Lavrenov
c16f465ff5
fixed "Conditional jump or move depends on uninitialised value" warning
...
(cherry picked from commit f100cdb6d4
)
10 years ago
Ilya Lavrenov
16bcc30e42
typo
...
(cherry picked from commit 793bdaada7
)
10 years ago
Ilya Lavrenov
08e38e9ff9
fixed memory leaks in warpAffine tests
...
(cherry picked from commit b70e27e076
)
10 years ago
Ilya Lavrenov
ba3b902da7
fixed memory leaks in floodfill tests
...
(cherry picked from commit d1b882ddcf
)
10 years ago
Ilya Lavrenov
bf94e6a91c
fixed memory leaks in cvtyuv tests
...
(cherry picked from commit b2489d31d6
)
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
793bdaada7
typo
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
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
Alexander Alekhin
42ba5c7d16
fix GCC 4.9 warnings
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
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
11 years ago
Nisarg Thakkar
29fb2b6e47
Fixed doc for Bug #3887
...
Fixed doc for Bug #3887
11 years ago
Alexander Smorkalov
11c81067dc
doc/check_docs2.py warnings fixes
11 years ago
Philipp Hasper
bac492fff6
Doc: Fixing indentation
11 years ago
Maksim Shabunin
882426a9b2
Stripped iCCP chunk from png files
11 years ago
Alexander Karsakov
cb1e9adc63
Fixed getConversionInfo() for YUV2RGBA_* conversions
...
(cherry picked from commit 023a42ba55
)
11 years ago
Alexander Karsakov
00575b346d
Fixed range for 'v' channel for 8U images.
...
(cherry picked from commit b027eac173
)
11 years ago
Alexander Karsakov
b027eac173
Fixed range for 'v' channel for 8U images.
11 years ago
Alexander Karsakov
023a42ba55
Fixed getConversionInfo() for YUV2RGBA_* conversions
11 years ago
Alexander Smorkalov
628b23acc8
GCC 4.8 warning array subscript is above array bounds fixed.
...
(cherry picked from commit e11333dd83
)
11 years ago
Alexander Smorkalov
e11333dd83
GCC 4.8 warning array subscript is above array bounds fixed.
11 years ago
Aleksandr Petrikov
0a531815c5
fix bug 3733 for imgproc/filter.cpp
11 years ago
Richard Yoo
c38023f4e7
Modifications to support dynamic vector dispatch.
11 years ago