Alexander Kapustin
|
018d85dddb
|
New Tegra Optimized thresh_16s and thresh_32f functions were added
|
13 years ago |
Andrey Kamaev
|
f62028dc16
|
Fixed mingw build.
|
13 years ago |
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
13 years ago |
Marina Kolpakova
|
9aa3f754b7
|
fixed accuracy test
|
13 years ago |
Marina Kolpakova
|
aa8fbc26da
|
fix for down rounded output sizes
|
13 years ago |
Marina Kolpakova
|
8231d0d11d
|
fixed for resize with INTER AREA. Since now we divide by convolved area
|
13 years ago |
Marina Kolpakova
|
d192117e86
|
GPU resize with INTER_AREA
|
13 years ago |
Marina Kolpakova
|
3c16c9c92d
|
fixed #2019
|
13 years ago |
Andrey Kamaev
|
daad7900e2
|
Merged the trunk r8517:8524
|
13 years ago |
Marina Kolpakova
|
6d498495d3
|
tegra integration
|
13 years ago |
Alexander Kapustin
|
29b9070698
|
tegra::cvtRGB2HSV function was added
|
13 years ago |
Andrey Kamaev
|
81a5988015
|
Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes)
|
13 years ago |
Andrey Kamaev
|
949c4edf41
|
Merged the trunk r8408:8457 (inclusive)
|
13 years ago |
Andrey Kamaev
|
7b5a45eac4
|
Merged the trunk r8384:8407 (inclusive)
|
13 years ago |
Andrey Kamaev
|
05de6302fd
|
Fixed documentation: corrected parameter names
|
13 years ago |
Andrey Kamaev
|
6ca618277c
|
More fixes for documentation.
|
13 years ago |
Andrey Kamaev
|
4aaaef5967
|
remaining C-style planar subdivisions data structures are moved to legacy
|
13 years ago |
Marina Kolpakova
|
00117d2a6e
|
warp Affine tegra integration
|
13 years ago |
Andrey Kamaev
|
0e9e0a01db
|
Added new perf tests for boxFilter
|
13 years ago |
Andrey Kamaev
|
ab6f0c4e0b
|
Added tegra stub for cornerEigenValsVecs
|
13 years ago |
Andrey Kamaev
|
80f1b1478d
|
Fixed parameter name and copy condition
|
13 years ago |
Andrey Kamaev
|
e1c4fd9e1f
|
Merged the trunk r8345:8376
|
13 years ago |
Andrey Kamaev
|
e309c51430
|
Fixed phaseCorrelate result for not power of 2 size images #1812 (thanks to Jeff Mast)
|
13 years ago |
Andrey Kamaev
|
639bf3ee8f
|
Fixed accumulateWeighted with mask for multichannel matrices #1959
|
13 years ago |
Andrey Kamaev
|
a877ecdcf0
|
Added option to pass pre-computed pyramid to piramidal LK optical flow #1321
|
13 years ago |
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
13 years ago |
Vadim Pisarevsky
|
fb292b1b27
|
added PSNR function to imgproc; refactored highgui positioning test (which still fails)
|
13 years ago |
Vadim Pisarevsky
|
866d8c0cfa
|
added special function to patch NaN's in image. call this function from bilateralfilter (should fix bug #1811)
|
13 years ago |
Andrey Pavlenko
|
13427c0cdf
|
fixing convexityDefects()
|
13 years ago |
Andrey Kamaev
|
80516ecbe6
|
Fixed typo; removed duplicated call
|
13 years ago |
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
13 years ago |
Vadim Pisarevsky
|
1371c96935
|
extended morphological operations to handle arbitrary number of channels and CV_64F type; extended filter2D to handle CV_16S type. added test to check the supported formats; added description of supported formats in various filtering operations.
|
13 years ago |
Ilya Lysenkov
|
04ac6db04a
|
Added support of CV_16S depth in morphology operations
|
13 years ago |
Vadim Pisarevsky
|
07750a1c7e
|
extended Sobel & Scharr description (ticket #1555). Added CV_32F/CV_64F format combination in sepFilter2D.
|
13 years ago |
Andrey Kamaev
|
7cc7a3f37d
|
Suppressed hundreds of useless MSVC warnings (can be reenabled setting cmake variable ENABLE_NOISY_WARNINGS to ON). Fixed some of remaining warnings.
|
13 years ago |
Andrey Kamaev
|
4ee2c486eb
|
#1732 Added YUV422 conversions
|
13 years ago |
Andrey Kamaev
|
24f82c755a
|
Improved accuracy of SSE-optimized BayerXX2GRAY conversion; added regression test
|
13 years ago |
Vadim Pisarevsky
|
3f609c89e2
|
support in-place warpAffine, warpPerspective & remap (feature #1150)
|
13 years ago |
Andrey Kamaev
|
470f6fafeb
|
Fixed conversions from YV12 and IYUV on non-continuous input. Added accuracy and performance tests.
|
13 years ago |
Andrey Kamaev
|
d95721107c
|
Fixed typo.
|
13 years ago |
Andrey Kamaev
|
124ceb96a7
|
#1732 Added yuv420p to RGB conversion. Thanks to Robert Abel.
|
13 years ago |
Andrey Kamaev
|
72f2523d0f
|
Fixed ~20 potential errors identified by the MS complier.
|
13 years ago |
Vadim Pisarevsky
|
7fb8e9d328
|
added borderType to pyrDown, pyrUp & buildPyramid (patch #925)
|
13 years ago |
Andrey Kamaev
|
0d18d19ad6
|
Fixed Android build warnings
|
13 years ago |
Vadim Pisarevsky
|
22a0d6b7d1
|
possible fix for #1396
|
13 years ago |
Vadim Pisarevsky
|
beb7fc3c92
|
a LOT of obsolete stuff has been moved to the legacy module.
|
13 years ago |
Vadim Pisarevsky
|
e36ad50825
|
added cv::convexityDefects (ticket #796)
|
13 years ago |
Vadim Pisarevsky
|
0b234b7a69
|
rewritten floodfill in generic style; added CV_32S flavor (ticket #1482)
|
13 years ago |
Vadim Pisarevsky
|
4eda1662aa
|
switched back to FitEllipse algorithm by Dr. Daniel Weiss; improved its accuracy in some cases. It fixes #1638
|
13 years ago |
Marina Kolpakova
|
f5152500be
|
fixed #1373
|
13 years ago |