Vadim Pisarevsky
|
4f86af7e16
|
fixed bug #1531. added separate distanceTransformWithLabels function that returns labels, since normally the labels are not needed.
|
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 Kamaev
|
c377804ee8
|
Refactored YUV420 to RGB/BGR/RGBA/BGRA conversion
|
13 years ago |
Vadim Pisarevsky
|
2e9f5c434b
|
added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ...
|
13 years ago |
Vadim Pisarevsky
|
65e036fe6d
|
fixed bug #1368
|
13 years ago |
Vadim Pisarevsky
|
3535aacc23
|
fixed bug #1389
|
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 |
Vadim Pisarevsky
|
32ed1bf858
|
added phaseCorrelate function by Will Lucas.
|
13 years ago |
Vadim Pisarevsky
|
c9ed7fee34
|
fixed C++ implementation of Delaunay triangulation and moved it from sample to imgproc.
|
13 years ago |
Vadim Pisarevsky
|
f85b9754e0
|
fixed Vec*scalar operations, fixed minEnclosingCircle Python interface.
|
13 years ago |
Andrey Kamaev
|
ac7e16fdf6
|
Fixed camera output format handling
|
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
|
16ba62dcd5
|
added COLOR_... enumeration to imgproc.hpp and EVENT_... enumeration to highgui.hpp
|
14 years ago |
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)
|
14 years ago |
Vadim Pisarevsky
|
2dea07f9f8
|
repaired Python bindings for functions using InputOutputArray
|
14 years ago |
Vadim Pisarevsky
|
5649f35757
|
some more bugfixed in 2.3 propagated to trunk
|
14 years ago |
Vadim Pisarevsky
|
c37e063914
|
removed serveral CV_EXPORTS_AS() to make Python function names in cv2 the same as in C++.
|
14 years ago |
Vadim Pisarevsky
|
20aca7440f
|
a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample
|
14 years ago |
Vadim Pisarevsky
|
2d2b8a496e
|
renamed "None()" to "noArray()" to avoid conflicts with X11 (ticket #1122)
|
14 years ago |
Vadim Pisarevsky
|
0c877f62e9
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
14 years ago |
Andrey Kamaev
|
cdda5ec491
|
YUV420i to RGB conversion is added to cvtColor
|
14 years ago |
Vadim Pisarevsky
|
abeeb40d46
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
14 years ago |
Vadim Pisarevsky
|
061b49e0b2
|
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
|
14 years ago |
Vadim Pisarevsky
|
51d039945a
|
fixed cv::CHAIN_APPROX_* definitions (ticket #755)
|
14 years ago |
Vadim Pisarevsky
|
fcdce4edcb
|
fixed border processing bayer2rgb & bayer2gray; made the test "color-bayer" pass; renamed CV_Bayer*2Gray -> CV_Bayer*2GRAY for consistency
|
14 years ago |
Vadim Pisarevsky
|
da293ee3d9
|
SSE2 optimization for Bayer->RGB; added Bayer->Gray with SSE2 optimization; corrected some bugs noted in the yahoogroups forum
|
14 years ago |
Vadim Pisarevsky
|
6a15ff8d13
|
added cvSave(contours) to the contours demo; added rational model demonstration to stereo_calib; fixed formatting in imgproc/types_c.h
|
14 years ago |
Vadim Pisarevsky
|
70d2c57e35
|
moved estimateAffine3D declaration from imgproc to calib3d, where it is really implemented (ticket #705)
|
14 years ago |
Vadim Pisarevsky
|
54ef4c08c2
|
moved some old stuff to the legacy module; merge "compat_c.h" headers and moved to the legacy as well. moved implementation of many non-critical/obsolete inline functions and methods to .cpp to improve Opencv build time
|
14 years ago |
Vadim Pisarevsky
|
59e2afe4d2
|
fixed the ordering of parameters in PyArg_ParseTupleAndKeywords, added correct Ptr<CvDTreeSplit>::delete_obj() (ticket #406)
|
14 years ago |
Vadim Pisarevsky
|
f5e5b677c9
|
added hconcat & vconcat functions for joining matrices; moved some inline functions out of the headers; fixed several bugs in documentation; removed MatND from docs
|
14 years ago |
Ethan Rublee
|
89c4bc54d9
|
fix little warning - opencv2/imgproc/types_c.h:235: warning: comma at end of enumerator list
|
14 years ago |
Vadim Pisarevsky
|
96ad3b57b8
|
LANCZOS4 interpolation constant added to C interface
|
14 years ago |
Vadim Pisarevsky
|
e15a2ea95a
|
fixed remap with transparent border (ticket #582)
|
14 years ago |
Vadim Pisarevsky
|
5a53d82e30
|
fixed most of the failures in opencv_test
|
14 years ago |
Vadim Pisarevsky
|
5b6a755719
|
almost finished Python wrappers
|
14 years ago |
Vadim Pisarevsky
|
893fb90b87
|
extended Python bindings; not merged into cv.cpp yet; and many of the helper functions, like pyopencv_to_*, pyopencv_from_* etc. are still missing
|
14 years ago |
Vadim Pisarevsky
|
83f6085773
|
added more helper macros to the function declarations, to assist the Python wrapper generator. Fixed memleak in Mat::operator()(Range,Range) and the related functions (Mat::row, Mat::col etc.)
|
14 years ago |
Vadim Pisarevsky
|
1b1eab8e67
|
added helper macros to the function declarations
|
14 years ago |
Vadim Pisarevsky
|
bc4532bd07
|
added initWideAngleProjMap() function
|
15 years ago |
Maria Dimashova
|
cba926a428
|
added c++ interface for cvPyrMeanShiftFiltering; added sample on meanshift segmentation
|
15 years ago |
Vadim Pisarevsky
|
2f2f06b925
|
rewrote color conversion functions; added sRGB<->CIE Lab/Luv conversion; added RGB<->YUV conversion; improved [s]RGB->Lab conversion speed
|
15 years ago |
Vadim Pisarevsky
|
f48bd3d281
|
added VNG demosaicing algorithm (ticket #466)
|
15 years ago |
Vadim Pisarevsky
|
08cba33f9d
|
fixed some more MSVC2010 warnings
|
15 years ago |
Vadim Pisarevsky
|
266c4642ea
|
doxygenated opencv_video & opencv_calib3d modules (C++ part only)
|
15 years ago |
Vadim Pisarevsky
|
4632d65889
|
doxygenated core and imgproc modules (C++ API only)
|
15 years ago |
Vadim Pisarevsky
|
33447e0bba
|
fixed mixed-type exp and log functions, used in HMMs (thanks to V. Mityaev)
|
15 years ago |
Vadim Pisarevsky
|
4a073bd951
|
fixed build on Linux
|
15 years ago |
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |