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.
|
2012-03-15 14:36:01 +00:00 |
|
Andrey Kamaev
|
e426dfc396
|
Fixed #1613: removed YUV420i color conversion constants
|
2012-02-21 15:08:03 +00:00 |
|
Victoria Zhislina
|
0630e7010e
|
CV_USE_UNROLLED for imgproc
|
2012-02-21 11:31:23 +00:00 |
|
Andrey Kamaev
|
ff2af7d8bb
|
Fixed Canny
|
2012-02-21 11:16:49 +00:00 |
|
Vadim Pisarevsky
|
bb93e3ab8a
|
added color canny; improved Algorithm class implementation
|
2012-02-15 21:10:11 +00:00 |
|
Vadim Pisarevsky
|
716a5d04ab
|
fixed a few problems detected by Xcode 4.2.1
|
2012-02-15 19:48:04 +00:00 |
|
Vladislav Vinogradov
|
18c48196f8
|
fixed compile error
|
2012-02-14 11:29:08 +00:00 |
|
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)
|
2012-02-14 10:22:34 +00:00 |
|
Vadim Pisarevsky
|
53c39a7a53
|
added getGaborKernel function
|
2012-02-06 01:09:54 +00:00 |
|
Vadim Pisarevsky
|
18ce0dff24
|
fixed bug #1552
|
2012-01-25 12:43:47 +00:00 |
|
Vadim Pisarevsky
|
4f86af7e16
|
fixed bug #1531. added separate distanceTransformWithLabels function that returns labels, since normally the labels are not needed.
|
2012-01-25 12:17:59 +00:00 |
|
Kirill Kornyakov
|
c946a740bb
|
Optimized version of adaptiveThreshold added
|
2012-01-25 07:50:47 +00:00 |
|
Andrey Kamaev
|
da5ee65e4e
|
Fixed build without SSE
|
2012-01-23 14:40:58 +00:00 |
|
Vadim Pisarevsky
|
04c0783b2f
|
applied patch by Will Lucas; improved separable filter performance (in particular cv::GaussianBlur) on 16s images (for [much] faster SIFT)
|
2012-01-23 12:14:46 +00:00 |
|
Andrey Pavlenko
|
d0981a628a
|
Tegra optimization for image filtering
|
2012-01-23 09:16:07 +00:00 |
|
Andrey Kamaev
|
f8bd4252db
|
Tegra optimization for split, merge and some color conversions
|
2012-01-19 11:52:25 +00:00 |
|
Andrey Kamaev
|
c377804ee8
|
Refactored YUV420 to RGB/BGR/RGBA/BGRA conversion
|
2012-01-16 14:38:07 +00:00 |
|
Andrey Kamaev
|
d0b67d3725
|
fixed Tegra stubs in cvtColor
|
2012-01-12 13:43:35 +00:00 |
|
Andrey Pavlenko
|
07d157591a
|
Tegra optimization for warpPerspective() and 2 new perf tests
|
2012-01-11 14:18:10 +00:00 |
|
Andrey Kamaev
|
9260ad4d70
|
Fixed Tegra optimization stub for gaussian
|
2012-01-11 13:16:00 +00:00 |
|
Andrey Kamaev
|
dd311b8d3c
|
Added perf test for RGB(A)/BGR(A) to YCrCb conversion
|
2012-01-09 16:38:44 +00:00 |
|
Andrey Pavlenko
|
185680c7c5
|
Tegra optimization for some color conversion and warpAffine calls
|
2012-01-06 16:31:23 +00:00 |
|
Kirill Kornyakov
|
694ea8e0c8
|
Added threaded versions (enabled only for Tegra at the moment) of threshold, erode/dilate. Slighlty restructured the code of medianBlur.
|
2012-01-06 14:29:31 +00:00 |
|
Andrey Kamaev
|
9b350e5e0d
|
Tegra optimization for median blur
|
2012-01-05 17:36:32 +00:00 |
|
Andrey Kamaev
|
70416be0dd
|
Tegra optimization for GaussianBlur
|
2012-01-04 18:20:03 +00:00 |
|
Andrey Kamaev
|
abf42e208a
|
Added missed macro
|
2011-12-27 11:32:56 +00:00 |
|
Andrey Kamaev
|
95d659a3cf
|
Refactored Tegra related macro usage
|
2011-12-27 11:21:45 +00:00 |
|
Andrey Kamaev
|
320bee3bfe
|
Fixed border interpolation problem in filter2D
|
2011-12-26 08:05:33 +00:00 |
|
Andrey Kamaev
|
35457afab3
|
Fixed bug in phaseCorrelate
|
2011-11-30 15:57:41 +00:00 |
|
Andrey Kamaev
|
5cbec286fc
|
Tegra-optimized pyrUp
|
2011-11-28 16:38:36 +00:00 |
|
Andrey Kamaev
|
fb2fad52a2
|
Fixed bug in cv::pyrUp. Reenabled accuracy test.
|
2011-11-27 11:55:59 +00:00 |
|
Andrey Kamaev
|
f05259f28f
|
Tegra-optmized pyrDown
|
2011-11-25 13:18:40 +00:00 |
|
Vadim Pisarevsky
|
3dafdd6a79
|
added 16s support to cv::threshold.
|
2011-11-22 15:16:45 +00:00 |
|
Andrey Kamaev
|
4136855ba8
|
Tegra-optimized Canny
|
2011-11-11 14:45:53 +00:00 |
|
Vadim Pisarevsky
|
2e9f5c434b
|
added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ...
|
2011-11-08 12:01:49 +00:00 |
|
Andrey Kamaev
|
2f1cd91ff3
|
More performance tests for Sobel and Scharr filters
|
2011-11-03 16:08:49 +00:00 |
|
Andrey Kamaev
|
583ceef6a5
|
Terga optimization for integral_8u32s
|
2011-10-31 08:00:20 +00:00 |
|
Kirill Kornyakov
|
602ad61967
|
Optimized versions of Erode and Dilate functions added
|
2011-10-24 09:12:55 +00:00 |
|
Andrey Kamaev
|
c1277b6147
|
reenabled Tegra optimized resize
|
2011-10-11 15:00:00 +00:00 |
|
Anatoly Baksheev
|
f838db92c7
|
1) detail source group for stitching
2) warnings
|
2011-09-29 13:44:27 +00:00 |
|
Leonid Beynenson
|
3c9979cd6a
|
Disabled some unfinished optimizations.
|
2011-09-29 08:51:03 +00:00 |
|
Vadim Pisarevsky
|
bf19d66bc2
|
re-enabled 16s images in cvSobel & cvLaplace.
|
2011-09-29 07:32:02 +00:00 |
|
Andrey Kamaev
|
340e23a4f0
|
Fixed TBB-related bug in YUV420 to RGB conversion
|
2011-09-28 09:10:24 +00:00 |
|
Vadim Pisarevsky
|
f0759437c0
|
fixed bug #1364
|
2011-09-27 15:58:08 +00:00 |
|
Vadim Pisarevsky
|
65e036fe6d
|
fixed bug #1368
|
2011-09-27 15:34:39 +00:00 |
|
Vadim Pisarevsky
|
1dbe5ccc5f
|
improved phaseCorrelate() performance (thanks to Will Lucas for the patch)
|
2011-09-22 10:40:48 +00:00 |
|
Kirill Kornyakov
|
b0535e0456
|
Neon Optimized Resize added
|
2011-09-07 15:06:51 +00:00 |
|
Andrey Pavlenko
|
f2da701723
|
cvtColor: dst channels number default is set to 4 for RGBA/BGRA cases; added new codes for yuv420 to RGBA/BGRA.
|
2011-09-06 08:35:31 +00:00 |
|
Anatoly Baksheev
|
415978b1c9
|
warnings
|
2011-09-05 14:37:27 +00:00 |
|
Vladislav Vinogradov
|
30ecb28877
|
fixed build under windows (replace M_PI with CV_PI)
|
2011-09-05 09:25:10 +00:00 |
|