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 |