Alexander Shishkov
|
33e71127f7
|
fixed problem with VideoInput on Windows when OpenCV compiled statically (ticket #573)
|
2011-05-30 13:32:57 +00:00 |
|
Vadim Pisarevsky
|
cfedf0c5d5
|
compile cv2.so also as a shared library
|
2011-05-27 19:59:48 +00:00 |
|
Alexander Shishkov
|
0eb1bb3673
|
cv.so library always compiled as shared library
|
2011-05-27 15:18:49 +00:00 |
|
Ethan Rublee
|
355ad2993a
|
adding c++ interface to the datamtrix codes of j.
|
2011-05-25 00:23:50 +00:00 |
|
Ethan Rublee
|
89b5f40ce3
|
Reverting the boost::python bindings, moving dev to out of trunk.
|
2011-05-24 22:01:41 +00:00 |
|
Ethan Rublee
|
44e9fdaa2d
|
Initial pass at some boost python bindings.
|
2011-05-23 17:26:58 +00:00 |
|
Vadim Pisarevsky
|
23768b1826
|
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
|
2011-05-21 18:32:34 +00:00 |
|
Vadim Pisarevsky
|
0c504b42a0
|
copied helper modules from doc to modules/python/test
|
2011-05-17 15:52:23 +00:00 |
|
Andrey Pavlenko
|
0f5f60f7f5
|
- extra spaces are removed
- static class member modifier processing is fixed (moved from 'rettype' to 'func_modlist')
|
2011-05-17 12:52:07 +00:00 |
|
Alexander Mordvintsev
|
30f9710d55
|
fixed #808 and #848
|
2011-05-16 10:52:20 +00:00 |
|
Vadim Pisarevsky
|
0243fe6b07
|
disabled creation of hdr_parser.pyc
|
2011-05-13 13:26:14 +00:00 |
|
Andrey Pavlenko
|
ad4969d81a
|
Removing auto-generated file
|
2011-05-11 18:34:06 +00:00 |
|
Ilya Lysenkov
|
a685be3ea9
|
Added extra argument for BlobDetector in findCirclesGrid
|
2011-05-06 14:02:07 +00:00 |
|
Vadim Pisarevsky
|
71d14386e4
|
fixed generation of Python wrapper cv2.
|
2011-05-04 19:45:21 +00:00 |
|
Vadim Pisarevsky
|
d3a159d3cc
|
added missing Python wrappers for OpenCV 1.x
|
2011-05-04 17:31:48 +00:00 |
|
Vadim Pisarevsky
|
7f7965bc93
|
separated opencv 1.x and opencv 2.x wrappers. moved tests/python/* to modules/python/test
|
2011-05-03 16:00:31 +00:00 |
|
Vadim Pisarevsky
|
23a9b7bb9c
|
fixed several warnings from Xcode 4 LLVM compiler; fixed bug #920
|
2011-04-30 19:29:26 +00:00 |
|
James Bowman
|
181de06445
|
restore data matrix
|
2011-04-26 00:01:41 +00:00 |
|
Alexey Kazakov
|
e9aa6fa012
|
Added ROC-curve calculating to the cascade detection algorithm
|
2011-04-22 10:03:05 +00:00 |
|
Vadim Pisarevsky
|
64814321ee
|
removed compiled hdr_parser.py
|
2011-04-21 12:05:56 +00:00 |
|
James Bowman
|
f385bb97eb
|
datamatrix
|
2011-04-21 00:47:37 +00:00 |
|
James Bowman
|
324e89ab3a
|
datamatrix
|
2011-04-21 00:21:42 +00:00 |
|
Vadim Pisarevsky
|
9a991a2e10
|
fixed build problems on Windows
|
2011-04-18 15:14:32 +00:00 |
|
Vadim Pisarevsky
|
335370a7c0
|
moved Python bindings source code into src subdirectory; preparing to add python/doc and python/test subdirectories
|
2011-04-17 13:09:04 +00:00 |
|
Vadim Pisarevsky
|
535425982f
|
extended libdc1394 backend (the patch is by Michael Joachimiak)
|
2011-04-01 18:29:32 +00:00 |
|
Vadim Pisarevsky
|
30dcfe0c7a
|
|
2011-03-05 06:28:19 +00:00 |
|
Vadim Pisarevsky
|
371aa08006
|
OpenCV reference manual (C++ part only for now) is now produced directly from RST, not from TeX.
|
2011-02-22 20:43:26 +00:00 |
|
Vadim Pisarevsky
|
b38a11e837
|
.pyc files should not be in the repository
|
2011-02-09 22:52:59 +00:00 |
|
Vadim Pisarevsky
|
061b49e0b2
|
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
|
2011-02-09 20:55:11 +00:00 |
|
James Bowman
|
6b4047eb46
|
#586: exceptions on invalid element access
|
2011-01-25 01:33:48 +00:00 |
|
James Bowman
|
3a53d8667a
|
#489, leaking cvarrmat test and fix
|
2011-01-25 01:05:12 +00:00 |
|
James Bowman
|
4c4ff882ad
|
Fix for #791: MatchShapes
|
2011-01-21 21:55:52 +00:00 |
|
James Bowman
|
d3462dfcba
|
#674, fix leaks in CreateHist
|
2011-01-19 20:47:10 +00:00 |
|
James Bowman
|
8503f75212
|
Fixed leak of dims in MatND creates
|
2011-01-19 01:43:45 +00:00 |
|
James Bowman
|
d2d52c7310
|
#818, Propset Rev
|
2011-01-19 00:22:02 +00:00 |
|
James Bowman
|
6004687563
|
#759. memtrack comments, sealed the numpy MatND leak
|
2011-01-19 00:05:30 +00:00 |
|
James Bowman
|
af86e87c70
|
Export CV_PI explcitly, #758.
|
2010-12-14 00:13:42 +00:00 |
|
Vadim Pisarevsky
|
8754cafffb
|
extended cv.KMeans2 API in Python (ticket #414; thanks to hogelog). fixed failures in the opencv python tests.
|
2010-11-30 10:11:38 +00:00 |
|
Vadim Pisarevsky
|
59e2afe4d2
|
fixed the ordering of parameters in PyArg_ParseTupleAndKeywords, added correct Ptr<CvDTreeSplit>::delete_obj() (ticket #406)
|
2010-11-25 23:16:32 +00:00 |
|
Vadim Pisarevsky
|
de4f1aeb06
|
fixed some GCC 4.4 warnings
|
2010-11-20 12:05:28 +00:00 |
|
Vadim Pisarevsky
|
8a8ba57b20
|
fixed building Python wrappers when Numpy is not available
|
2010-11-03 17:57:51 +00:00 |
|
Vadim Pisarevsky
|
5b6a755719
|
almost finished Python wrappers
|
2010-11-02 17:58:22 +00:00 |
|
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
|
2010-10-29 13:11:53 +00:00 |
|
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
|
2010-10-29 13:09:49 +00:00 |
|
Marius Muja
|
16b1f61c83
|
Updated FLANN to version 1.5
|
2010-10-12 19:47:50 +00:00 |
|
Vadim Pisarevsky
|
6b8e60d033
|
the header parser for the extended OpenCV Python bindings
|
2010-10-12 15:59:00 +00:00 |
|
Ethan Rublee
|
244a537d54
|
_S happens to be a bad variable name for android
|
2010-10-09 02:15:08 +00:00 |
|
James Bowman
|
5051c635b1
|
#593 add ConvertImage
|
2010-10-04 17:34:52 +00:00 |
|
James Bowman
|
5b7b6d9195
|
#509, patch for GetTrackbarPos
|
2010-08-01 16:18:59 +00:00 |
|
James Bowman
|
b4af9c620a
|
cvarrseq args attempt array conversions first
|
2010-07-23 17:55:37 +00:00 |
|
James Bowman
|
d10b3c8665
|
#489, Forbid transposed matrices in fromarray()
|
2010-07-23 17:04:06 +00:00 |
|
James Bowman
|
389c002eea
|
grabCut fist impl and test
|
2010-07-22 23:39:42 +00:00 |
|
Vadim Pisarevsky
|
550e635814
|
added numerical values to the new _VNG constants' definitions.
|
2010-07-21 08:55:50 +00:00 |
|
James Bowman
|
f6c55582d8
|
Added VNG Bayer enums
|
2010-07-20 18:31:10 +00:00 |
|
James Bowman
|
d6c6c3ecda
|
#393, SnakeImage
|
2010-06-23 20:18:52 +00:00 |
|
James Bowman
|
6ebdcb879b
|
#362, CvMoments fields now exposed, smoke tested by test_moments
|
2010-05-27 22:36:26 +00:00 |
|
James Bowman
|
8bcdb56ca9
|
#345, cvmat() now caught and exception raised
|
2010-05-13 00:39:13 +00:00 |
|
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
|