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 |
Kirill Kornyakov
|
602ad61967
|
Optimized versions of Erode and Dilate functions added
|
13 years ago |
Andrey Kamaev
|
c1277b6147
|
reenabled Tegra optimized resize
|
13 years ago |
Anatoly Baksheev
|
f838db92c7
|
1) detail source group for stitching
2) warnings
|
13 years ago |
Leonid Beynenson
|
3c9979cd6a
|
Disabled some unfinished optimizations.
|
13 years ago |
Vadim Pisarevsky
|
bf19d66bc2
|
re-enabled 16s images in cvSobel & cvLaplace.
|
13 years ago |
Andrey Kamaev
|
340e23a4f0
|
Fixed TBB-related bug in YUV420 to RGB conversion
|
13 years ago |
Vadim Pisarevsky
|
f0759437c0
|
fixed bug #1364
|
13 years ago |
Vadim Pisarevsky
|
65e036fe6d
|
fixed bug #1368
|
13 years ago |
Vadim Pisarevsky
|
1dbe5ccc5f
|
improved phaseCorrelate() performance (thanks to Will Lucas for the patch)
|
13 years ago |
Kirill Kornyakov
|
b0535e0456
|
Neon Optimized Resize added
|
13 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.
|
13 years ago |
Anatoly Baksheev
|
415978b1c9
|
warnings
|
13 years ago |
Vladislav Vinogradov
|
30ecb28877
|
fixed build under windows (replace M_PI with CV_PI)
|
13 years ago |
Vadim Pisarevsky
|
32ed1bf858
|
added phaseCorrelate function by Will Lucas.
|
13 years ago |
Vadim Pisarevsky
|
6ce2277cc7
|
fixed multi-scale Hough transform (ticket #1320)
|
13 years ago |
Vadim Pisarevsky
|
d3350b50aa
|
avoid infinite loops when 0-area image is filtered (ticket #1295)
|
14 years ago |
Vadim Pisarevsky
|
c9ed7fee34
|
fixed C++ implementation of Delaunay triangulation and moved it from sample to imgproc.
|
14 years ago |
Vadim Pisarevsky
|
e5c66b5ed4
|
fixed pointPolygonTest(). Now it returns -1, 0, 1 when measureDist=false (ticket #1285)
|
14 years ago |
Vadim Pisarevsky
|
0c096b3dc2
|
fixed floodfill with mask parameter when no mask is passed
|
14 years ago |
Vadim Pisarevsky
|
3636eec789
|
fixed flow matrix dimensionality in EMD
|
14 years ago |
Andrey Kamaev
|
ac7e16fdf6
|
Fixed camera output format handling
|
14 years ago |
Vadim Pisarevsky
|
ff5e97c8e4
|
added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
|
14 years ago |
Kirill Kornyakov
|
e715894ffb
|
fix by Vadim in calcBackProject: additional case is considered
|
14 years ago |
Vadim Pisarevsky
|
1badec0b2d
|
eliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV headers)
|
14 years ago |
Vadim Pisarevsky
|
2dea07f9f8
|
repaired Python bindings for functions using InputOutputArray
|
14 years ago |
Vadim Pisarevsky
|
21409de176
|
optimized sparse LK optical flow (tickets #1062 and #1210)
|
14 years ago |
Vladimir Dudnik
|
6e38b6aaed
|
removed trailing backspaces, reduced number of warnings (under MSVC2010 x64) for size_t to int conversion, added handling of samples launch without parameters (should not have abnormal termination if there was no paramaters supplied)
|
14 years ago |
Kirill Kornyakov
|
b138dbde3f
|
bugfix in warpAffine, correct buffer size should be used
|
14 years ago |