Marina Kolpakova
|
f5152500be
|
fixed #1373
|
13 years ago |
Andrey Kamaev
|
09490188b3
|
#1365 Fixed numerous bugs in Bayer2RGB_VNG_8u SSE optimization, added simple regression test
|
13 years ago |
Alexander Shishkov
|
c9efcf8d1f
|
fixed #1616
|
13 years ago |
Vadim Pisarevsky
|
7a62413c94
|
added houghcircles sample, improved circle detection (ticket #951)
|
13 years ago |
Vadim Pisarevsky
|
e8fab91d51
|
added DIST_LABEL_PIXEL labelType to distanceTransform, ticket #1641 (thanks to Mikhail Matrosov for the patch)
|
13 years ago |
Vadim Pisarevsky
|
903c05db1a
|
added another contour perimeter test and fixed bug #216
|
13 years ago |
Vadim Pisarevsky
|
7a59d6c77e
|
improved convergence of minEnclosingCircle algorithm, patch #947 (thanks to Hannes Sommer)
|
13 years ago |
Vadim Pisarevsky
|
098fc1a62e
|
fixed nearest-neighbor remap with constant border, ticket #1681 (thanks to Vlad for the patch)
|
13 years ago |
Vadim Pisarevsky
|
befa9b3109
|
fixed chi-square test, ticket #1263
|
13 years ago |
Vadim Pisarevsky
|
f196dd5ff7
|
preliminary version of a multi-level findcontours
|
13 years ago |
Alexander Shishkov
|
c0506314b2
|
fixed #1436
|
13 years ago |
Vadim Pisarevsky
|
846e37ded5
|
fixed many warnings from GCC 4.6.1
|
13 years ago |
Vadim Pisarevsky
|
4985c1b632
|
fixed hundreds of warnings from MSVC 2010.
|
13 years ago |
Vadim Pisarevsky
|
957e80abbd
|
lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template.
|
13 years ago |
Andrey Kamaev
|
e426dfc396
|
Fixed #1613: removed YUV420i color conversion constants
|
13 years ago |
Victoria Zhislina
|
0630e7010e
|
CV_USE_UNROLLED for imgproc
|
13 years ago |
Andrey Kamaev
|
ff2af7d8bb
|
Fixed Canny
|
13 years ago |
Vadim Pisarevsky
|
bb93e3ab8a
|
added color canny; improved Algorithm class implementation
|
13 years ago |
Vadim Pisarevsky
|
716a5d04ab
|
fixed a few problems detected by Xcode 4.2.1
|
13 years ago |
Vladislav Vinogradov
|
18c48196f8
|
fixed compile error
|
13 years ago |
Anatoly Baksheev
|
84db4eb6fa
|
fixed ~200 warnings for windows
minor build system changes (now cuda code in opencv_core is compiled using CUDA_ARCH* cmake variables)
|
13 years ago |
Vadim Pisarevsky
|
53c39a7a53
|
added getGaborKernel function
|
13 years ago |
Vadim Pisarevsky
|
18ce0dff24
|
fixed bug #1552
|
13 years ago |
Vadim Pisarevsky
|
4f86af7e16
|
fixed bug #1531. added separate distanceTransformWithLabels function that returns labels, since normally the labels are not needed.
|
13 years ago |
Kirill Kornyakov
|
c946a740bb
|
Optimized version of adaptiveThreshold added
|
13 years ago |
Andrey Kamaev
|
da5ee65e4e
|
Fixed build without SSE
|
13 years ago |
Vadim Pisarevsky
|
04c0783b2f
|
applied patch by Will Lucas; improved separable filter performance (in particular cv::GaussianBlur) on 16s images (for [much] faster SIFT)
|
13 years ago |
Andrey Pavlenko
|
d0981a628a
|
Tegra optimization for image filtering
|
13 years ago |
Andrey Kamaev
|
f8bd4252db
|
Tegra optimization for split, merge and some color conversions
|
13 years ago |
Andrey Kamaev
|
c377804ee8
|
Refactored YUV420 to RGB/BGR/RGBA/BGRA conversion
|
13 years ago |
Andrey Kamaev
|
d0b67d3725
|
fixed Tegra stubs in cvtColor
|
13 years ago |
Andrey Pavlenko
|
07d157591a
|
Tegra optimization for warpPerspective() and 2 new perf tests
|
13 years ago |
Andrey Kamaev
|
9260ad4d70
|
Fixed Tegra optimization stub for gaussian
|
13 years ago |
Andrey Kamaev
|
dd311b8d3c
|
Added perf test for RGB(A)/BGR(A) to YCrCb conversion
|
13 years ago |
Andrey Pavlenko
|
185680c7c5
|
Tegra optimization for some color conversion and warpAffine calls
|
13 years ago |
Kirill Kornyakov
|
694ea8e0c8
|
Added threaded versions (enabled only for Tegra at the moment) of threshold, erode/dilate. Slighlty restructured the code of medianBlur.
|
13 years ago |
Andrey Kamaev
|
9b350e5e0d
|
Tegra optimization for median blur
|
13 years ago |
Andrey Kamaev
|
70416be0dd
|
Tegra optimization for GaussianBlur
|
13 years ago |
Andrey Kamaev
|
abf42e208a
|
Added missed macro
|
13 years ago |
Andrey Kamaev
|
95d659a3cf
|
Refactored Tegra related macro usage
|
13 years ago |
Andrey Kamaev
|
320bee3bfe
|
Fixed border interpolation problem in filter2D
|
13 years ago |
Andrey Kamaev
|
35457afab3
|
Fixed bug in phaseCorrelate
|
13 years ago |
Andrey Kamaev
|
5cbec286fc
|
Tegra-optimized pyrUp
|
13 years ago |
Andrey Kamaev
|
fb2fad52a2
|
Fixed bug in cv::pyrUp. Reenabled accuracy test.
|
13 years ago |
Andrey Kamaev
|
f05259f28f
|
Tegra-optmized pyrDown
|
13 years ago |
Vadim Pisarevsky
|
3dafdd6a79
|
added 16s support to cv::threshold.
|
13 years ago |
Andrey Kamaev
|
4136855ba8
|
Tegra-optimized Canny
|
13 years ago |
Vadim Pisarevsky
|
2e9f5c434b
|
added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ...
|
13 years ago |
Andrey Kamaev
|
2f1cd91ff3
|
More performance tests for Sobel and Scharr filters
|
13 years ago |
Andrey Kamaev
|
583ceef6a5
|
Terga optimization for integral_8u32s
|
13 years ago |