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
|
14 years ago |
Andrey Pavlenko
|
07d157591a
|
Tegra optimization for warpPerspective() and 2 new perf tests
|
14 years ago |
Andrey Kamaev
|
9260ad4d70
|
Fixed Tegra optimization stub for gaussian
|
14 years ago |
Andrey Kamaev
|
dd311b8d3c
|
Added perf test for RGB(A)/BGR(A) to YCrCb conversion
|
14 years ago |
Andrey Pavlenko
|
185680c7c5
|
Tegra optimization for some color conversion and warpAffine calls
|
14 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.
|
14 years ago |
Andrey Kamaev
|
9b350e5e0d
|
Tegra optimization for median blur
|
14 years ago |
Andrey Kamaev
|
70416be0dd
|
Tegra optimization for GaussianBlur
|
14 years ago |
Andrey Kamaev
|
abf42e208a
|
Added missed macro
|
14 years ago |
Andrey Kamaev
|
95d659a3cf
|
Refactored Tegra related macro usage
|
14 years ago |
Andrey Kamaev
|
320bee3bfe
|
Fixed border interpolation problem in filter2D
|
14 years ago |
Andrey Kamaev
|
35457afab3
|
Fixed bug in phaseCorrelate
|
14 years ago |
Andrey Kamaev
|
5cbec286fc
|
Tegra-optimized pyrUp
|
14 years ago |
Andrey Kamaev
|
fb2fad52a2
|
Fixed bug in cv::pyrUp. Reenabled accuracy test.
|
14 years ago |
Andrey Kamaev
|
f05259f28f
|
Tegra-optmized pyrDown
|
14 years ago |
Vadim Pisarevsky
|
3dafdd6a79
|
added 16s support to cv::threshold.
|
14 years ago |
Andrey Kamaev
|
4136855ba8
|
Tegra-optimized Canny
|
14 years ago |
Vadim Pisarevsky
|
2e9f5c434b
|
added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ...
|
14 years ago |
Andrey Kamaev
|
2f1cd91ff3
|
More performance tests for Sobel and Scharr filters
|
14 years ago |
Andrey Kamaev
|
583ceef6a5
|
Terga optimization for integral_8u32s
|
14 years ago |
Kirill Kornyakov
|
602ad61967
|
Optimized versions of Erode and Dilate functions added
|
14 years ago |
Andrey Kamaev
|
c1277b6147
|
reenabled Tegra optimized resize
|
14 years ago |
Anatoly Baksheev
|
f838db92c7
|
1) detail source group for stitching
2) warnings
|
14 years ago |
Leonid Beynenson
|
3c9979cd6a
|
Disabled some unfinished optimizations.
|
14 years ago |
Vadim Pisarevsky
|
bf19d66bc2
|
re-enabled 16s images in cvSobel & cvLaplace.
|
14 years ago |
Andrey Kamaev
|
340e23a4f0
|
Fixed TBB-related bug in YUV420 to RGB conversion
|
14 years ago |
Vadim Pisarevsky
|
f0759437c0
|
fixed bug #1364
|
14 years ago |
Vadim Pisarevsky
|
65e036fe6d
|
fixed bug #1368
|
14 years ago |
Vadim Pisarevsky
|
1dbe5ccc5f
|
improved phaseCorrelate() performance (thanks to Will Lucas for the patch)
|
14 years ago |
Kirill Kornyakov
|
b0535e0456
|
Neon Optimized Resize added
|
14 years ago |
Andrey Pavlenko
|
f2da701723
|
cvtColor: dst channels number default is set to 4 for RGBA/BGRA cases; added new codes for yuv420 to RGBA/BGRA.
|
14 years ago |
Anatoly Baksheev
|
415978b1c9
|
warnings
|
14 years ago |