Vadim Pisarevsky
|
124967eefb
|
very first version of the documentation checking script
|
14 years ago |
Vadim Pisarevsky
|
3a4e06e289
|
resolved ticket #1104 (processing of transposed numpy arrays)
|
14 years ago |
Vadim Pisarevsky
|
facbdc92cb
|
fixed multi-channel 1x1 array construction (ticket #1103)
|
14 years ago |
Alexander Shishkov
|
128d030533
|
fixed problem with VideoInput on Windows when OpenCV compiled statically (ticket #573)
added ignore linker flags for opencv2_python
|
14 years ago |
Alexander Shishkov
|
33e71127f7
|
fixed problem with VideoInput on Windows when OpenCV compiled statically (ticket #573)
|
14 years ago |
Vadim Pisarevsky
|
cfedf0c5d5
|
compile cv2.so also as a shared library
|
14 years ago |
Alexander Shishkov
|
0eb1bb3673
|
cv.so library always compiled as shared library
|
14 years ago |
Ethan Rublee
|
355ad2993a
|
adding c++ interface to the datamtrix codes of j.
|
14 years ago |
Ethan Rublee
|
89b5f40ce3
|
Reverting the boost::python bindings, moving dev to out of trunk.
|
14 years ago |
Ethan Rublee
|
44e9fdaa2d
|
Initial pass at some boost python bindings.
|
14 years ago |
Vadim Pisarevsky
|
23768b1826
|
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
|
14 years ago |
Vadim Pisarevsky
|
0c504b42a0
|
copied helper modules from doc to modules/python/test
|
14 years ago |
Andrey Pavlenko
|
0f5f60f7f5
|
- extra spaces are removed
- static class member modifier processing is fixed (moved from 'rettype' to 'func_modlist')
|
14 years ago |
Alexander Mordvintsev
|
30f9710d55
|
fixed #808 and #848
|
14 years ago |
Vadim Pisarevsky
|
0243fe6b07
|
disabled creation of hdr_parser.pyc
|
14 years ago |
Andrey Pavlenko
|
ad4969d81a
|
Removing auto-generated file
|
14 years ago |
Ilya Lysenkov
|
a685be3ea9
|
Added extra argument for BlobDetector in findCirclesGrid
|
14 years ago |
Vadim Pisarevsky
|
71d14386e4
|
fixed generation of Python wrapper cv2.
|
14 years ago |
Vadim Pisarevsky
|
d3a159d3cc
|
added missing Python wrappers for OpenCV 1.x
|
14 years ago |
Vadim Pisarevsky
|
7f7965bc93
|
separated opencv 1.x and opencv 2.x wrappers. moved tests/python/* to modules/python/test
|
14 years ago |
Vadim Pisarevsky
|
23a9b7bb9c
|
fixed several warnings from Xcode 4 LLVM compiler; fixed bug #920
|
14 years ago |
James Bowman
|
181de06445
|
restore data matrix
|
14 years ago |
Alexey Kazakov
|
e9aa6fa012
|
Added ROC-curve calculating to the cascade detection algorithm
|
14 years ago |
Vadim Pisarevsky
|
64814321ee
|
removed compiled hdr_parser.py
|
14 years ago |
James Bowman
|
f385bb97eb
|
datamatrix
|
14 years ago |
James Bowman
|
324e89ab3a
|
datamatrix
|
14 years ago |
Vadim Pisarevsky
|
9a991a2e10
|
fixed build problems on Windows
|
14 years ago |
Vadim Pisarevsky
|
335370a7c0
|
moved Python bindings source code into src subdirectory; preparing to add python/doc and python/test subdirectories
|
14 years ago |
Vadim Pisarevsky
|
535425982f
|
extended libdc1394 backend (the patch is by Michael Joachimiak)
|
14 years ago |
Vadim Pisarevsky
|
30dcfe0c7a
|
|
14 years ago |
Vadim Pisarevsky
|
371aa08006
|
OpenCV reference manual (C++ part only for now) is now produced directly from RST, not from TeX.
|
14 years ago |
Vadim Pisarevsky
|
b38a11e837
|
.pyc files should not be in the repository
|
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 |
James Bowman
|
6b4047eb46
|
#586: exceptions on invalid element access
|
14 years ago |
James Bowman
|
3a53d8667a
|
#489, leaking cvarrmat test and fix
|
14 years ago |
James Bowman
|
4c4ff882ad
|
Fix for #791: MatchShapes
|
14 years ago |
James Bowman
|
d3462dfcba
|
#674, fix leaks in CreateHist
|
14 years ago |
James Bowman
|
8503f75212
|
Fixed leak of dims in MatND creates
|
14 years ago |
James Bowman
|
d2d52c7310
|
#818, Propset Rev
|
14 years ago |
James Bowman
|
6004687563
|
#759. memtrack comments, sealed the numpy MatND leak
|
14 years ago |
James Bowman
|
af86e87c70
|
Export CV_PI explcitly, #758.
|
14 years ago |
Vadim Pisarevsky
|
8754cafffb
|
extended cv.KMeans2 API in Python (ticket #414; thanks to hogelog). fixed failures in the opencv python tests.
|
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
|
de4f1aeb06
|
fixed some GCC 4.4 warnings
|
14 years ago |
Vadim Pisarevsky
|
8a8ba57b20
|
fixed building Python wrappers when Numpy is not available
|
14 years ago |
Vadim Pisarevsky
|
5b6a755719
|
almost finished Python wrappers
|
14 years ago |
Vadim Pisarevsky
|
00ec555252
|
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
|
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 |
Marius Muja
|
16b1f61c83
|
Updated FLANN to version 1.5
|
14 years ago |
Vadim Pisarevsky
|
6b8e60d033
|
the header parser for the extended OpenCV Python bindings
|
14 years ago |