Daniil Osokin
|
7255ede3af
|
Added implementation for RGB to YUV420p color conversion
|
2013-02-24 23:07:05 +04:00 |
|
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
2012-10-17 15:32:23 +04:00 |
|
Andrey Kamaev
|
ed51162568
|
Fix binary compatibility of Java wrappers
|
2012-10-17 02:09:37 +04:00 |
|
Andrey Kamaev
|
64b56d7018
|
Revert "remaining C-style planar subdivisions data structures are moved to legacy"
This reverts commit 4aaaef5967 .
Conflicts:
modules/imgproc/include/opencv2/imgproc/types_c.h
modules/legacy/include/opencv2/legacy/legacy.hpp
|
2012-10-16 15:13:00 +04:00 |
|
Andrey Kamaev
|
58f31819cc
|
Return drawContours back to imgproc
This partly reverts commit 6ca618277c .
|
2012-10-15 18:12:33 +04:00 |
|
Vadim Pisarevsky
|
94b97b7a63
|
partially recovered binary compatibility (ticket #2415)
|
2012-10-08 17:06:05 +04:00 |
|
Vladislav Vinogradov
|
98c92f196e
|
added Generalized Hough implementation
|
2012-09-10 16:49:40 +04:00 |
|
Andrey Pavlenko
|
a72f4474b4
|
fixing bug #1987(android keeps RGBA in alpha pre-multiplied form, Mat <-> Bitmap should handle this correctly)
|
2012-06-29 15:38:10 +00:00 |
|
Vadim Pisarevsky
|
87d1731714
|
added synonym CV_COMP_HELLIGNER for CV_COMP_BHATTACHARYAA to reflect the real formula used (bug report #2073)
|
2012-06-22 15:12:19 +00:00 |
|
Vadim Pisarevsky
|
0c65ea976a
|
added the optional output maxima value to phaseCorrelate (patch #2071 by Robert Huitl)
|
2012-06-22 13:34:03 +00:00 |
|
Andrey Kamaev
|
05de6302fd
|
Fixed documentation: corrected parameter names
|
2012-05-29 10:36:19 +00:00 |
|
Andrey Kamaev
|
6ca618277c
|
More fixes for documentation.
|
2012-05-28 20:11:38 +00:00 |
|
Andrey Kamaev
|
4aaaef5967
|
remaining C-style planar subdivisions data structures are moved to legacy
|
2012-05-28 13:57:45 +00:00 |
|
Andrey Kamaev
|
eb2f1f81ed
|
Fixed hundreds of documentation problems
|
2012-05-28 07:36:14 +00:00 |
|
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
2012-04-30 14:33:52 +00:00 |
|
Andrey Kamaev
|
d95721107c
|
Fixed typo.
|
2012-03-31 17:34:24 +00:00 |
|
Andrey Kamaev
|
124ceb96a7
|
#1732 Added yuv420p to RGB conversion. Thanks to Robert Abel.
|
2012-03-31 15:33:03 +00:00 |
|
Vadim Pisarevsky
|
7fb8e9d328
|
added borderType to pyrDown, pyrUp & buildPyramid (patch #925)
|
2012-03-30 16:58:24 +00:00 |
|
Andrey Pavlenko
|
aea24ffcd5
|
#796, #1701 fixing doc vs code arg-s naming consistency
|
2012-03-30 14:22:34 +00:00 |
|
Vadim Pisarevsky
|
beb7fc3c92
|
a LOT of obsolete stuff has been moved to the legacy module.
|
2012-03-30 12:19:25 +00:00 |
|
Vadim Pisarevsky
|
e36ad50825
|
added cv::convexityDefects (ticket #796)
|
2012-03-29 19:42:47 +00:00 |
|
Vadim Pisarevsky
|
e8fab91d51
|
added DIST_LABEL_PIXEL labelType to distanceTransform, ticket #1641 (thanks to Mikhail Matrosov for the patch)
|
2012-03-27 09:06:21 +00:00 |
|
Vadim Pisarevsky
|
f196dd5ff7
|
preliminary version of a multi-level findcontours
|
2012-03-24 20:03:07 +00:00 |
|
Andrey Pavlenko
|
20cceb8fdf
|
moving the rest of inpaint() to the 'photo' module, temporary disabling Java test for it, adding 'photo' to Java API
|
2012-03-16 15:11:56 +00:00 |
|
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 Pavlenko
|
36890cc959
|
(#1636) Java API: adding undistortPoints() support and smoke test; minor improvements in Java stuff
|
2012-03-14 07:37:48 +00:00 |
|
Andrey Kamaev
|
e426dfc396
|
Fixed #1613: removed YUV420i color conversion constants
|
2012-02-21 15:08:03 +00:00 |
|
Vadim Pisarevsky
|
53c39a7a53
|
added getGaborKernel function
|
2012-02-06 01:09:54 +00:00 |
|
Vadim Pisarevsky
|
00a58c9af8
|
fixed bug #1422 (thanks to jondo for the patch)
|
2012-01-29 14:31:10 +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 |
|
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 Kamaev
|
c377804ee8
|
Refactored YUV420 to RGB/BGR/RGBA/BGRA conversion
|
2012-01-16 14:38:07 +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 |
|
Vadim Pisarevsky
|
65e036fe6d
|
fixed bug #1368
|
2011-09-27 15:34:39 +00:00 |
|
Vadim Pisarevsky
|
3535aacc23
|
fixed bug #1389
|
2011-09-27 15:17:00 +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 |
|
Vadim Pisarevsky
|
32ed1bf858
|
added phaseCorrelate function by Will Lucas.
|
2011-09-05 07:57:18 +00:00 |
|
Vadim Pisarevsky
|
c9ed7fee34
|
fixed C++ implementation of Delaunay triangulation and moved it from sample to imgproc.
|
2011-08-10 10:28:01 +00:00 |
|
Vadim Pisarevsky
|
f85b9754e0
|
fixed Vec*scalar operations, fixed minEnclosingCircle Python interface.
|
2011-08-01 12:01:43 +00:00 |
|
Andrey Kamaev
|
ac7e16fdf6
|
Fixed camera output format handling
|
2011-07-25 12:32:33 +00:00 |
|
Vadim Pisarevsky
|
1badec0b2d
|
eliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV headers)
|
2011-07-18 16:31:30 +00:00 |
|
Vadim Pisarevsky
|
16ba62dcd5
|
added COLOR_... enumeration to imgproc.hpp and EVENT_... enumeration to highgui.hpp
|
2011-07-18 13:05:34 +00:00 |
|
Vadim Pisarevsky
|
f2e1a64c1b
|
fixed "import cv" in the new python samples. corrected Python bindings to match the documentation and vice versa (NOTE: in cv2.stereoCalibrate the parameter ordering has been changed)
|
2011-07-16 09:35:56 +00:00 |
|
Vadim Pisarevsky
|
2dea07f9f8
|
repaired Python bindings for functions using InputOutputArray
|
2011-07-14 14:13:10 +00:00 |
|
Vadim Pisarevsky
|
5649f35757
|
some more bugfixed in 2.3 propagated to trunk
|
2011-07-07 11:43:21 +00:00 |
|
Vadim Pisarevsky
|
c37e063914
|
removed serveral CV_EXPORTS_AS() to make Python function names in cv2 the same as in C++.
|
2011-06-18 10:03:01 +00:00 |
|
Vadim Pisarevsky
|
20aca7440f
|
a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample
|
2011-06-09 01:16:45 +00:00 |
|
Vadim Pisarevsky
|
2d2b8a496e
|
renamed "None()" to "noArray()" to avoid conflicts with X11 (ticket #1122)
|
2011-06-08 06:55:04 +00:00 |
|
Vadim Pisarevsky
|
0c877f62e9
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
2011-06-06 14:51:27 +00:00 |
|
Andrey Kamaev
|
cdda5ec491
|
YUV420i to RGB conversion is added to cvtColor
|
2011-06-04 18:15:52 +00:00 |
|