Leonid Beynenson
|
f69aa40310
|
Added the declaration of the type ConcurrentDoubleVector for TBB case.
|
13 years ago |
Vadim Pisarevsky
|
eb9401d353
|
applied patch #1326
|
13 years ago |
Vadim Pisarevsky
|
3b7b833a4e
|
merged latest fixes from 2.3 branch; since 2.3.1 is out, the version in trunk is bumped to 2.3.2
|
13 years ago |
Vadim Pisarevsky
|
d3d55f3234
|
fixed crashes in parallel HOG detector; avoid use of new POPCNT instruction in ORB (to make it compatible with older CPUs).
|
13 years ago |
Vadim Pisarevsky
|
fba70ca131
|
fixed bug #1306 (Vec assignment); added tests for Vec & Matx multiplication
|
13 years ago |
Vadim Pisarevsky
|
960fd51cf0
|
another attempt to fix #1299
|
14 years ago |
Vadim Pisarevsky
|
d37beb4074
|
fixed Matx33 * Point3 and Matx22 * Point operators (ticket #1299)
|
14 years ago |
Vadim Pisarevsky
|
645bb0bfbc
|
added size check to static Mat::diag()
|
14 years ago |
Andrey Kamaev
|
0a2c7803b6
|
Fixed mixChannels argument types
|
14 years ago |
Vadim Pisarevsky
|
4b94d91955
|
added _InputArray::_InputArray(const Scalar& s) constructor (ticket #1214)
|
14 years ago |
itsyplen
|
6d3e92517c
|
new version of command line parser
|
14 years ago |
Vadim Pisarevsky
|
f0b3cb1845
|
added getNumberOfCPUs() function
|
14 years ago |
Vadim Pisarevsky
|
f85b9754e0
|
fixed Vec*scalar operations, fixed minEnclosingCircle Python interface.
|
14 years ago |
Vadim Pisarevsky
|
a826a983d3
|
added EMD to ch7 hist sample, fixed bug with cv::min/cv::max (ticket #1270), fixed mixChannels description
|
14 years ago |
Andrey Pavlenko
|
750c56cc0e
|
adding arg name (to fix doc reference and wrappers consistency)
|
14 years ago |
Maria Dimashova
|
0d7a37c1e7
|
added an ability to make push_back to the empty matrix
|
14 years ago |
Vadim Pisarevsky
|
ff5e97c8e4
|
added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
|
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
|
2dea07f9f8
|
repaired Python bindings for functions using InputOutputArray
|
14 years ago |
Andrey Pavlenko
|
fbfddbd3ea
|
- 'c_string' support added to Java API
- improved CV_IN_OUT/CV_OUT handling for generated Python/Java wrappers
|
14 years ago |
Leonid Beynenson
|
0ddc661882
|
Fixed bug in the operator of cv::Ranges-s intersection (operator &).
|
14 years ago |
Vadim Pisarevsky
|
7cd48accc2
|
bump version to 2.3.1 in the header too (ticket #1178)
|
14 years ago |
Vadim Pisarevsky
|
2776b42a7b
|
propagated fix for Matx(Matx::diag_type) constructor from branch 2.3 to trunk
|
14 years ago |
Vadim Pisarevsky
|
49467947ac
|
propagated some fixes from 2.3 to trunk
|
14 years ago |
Vadim Pisarevsky
|
c5088ca1b8
|
added explicit Mat_<T>::Mat_(const MatExpr&) (resolves ticket #996)
|
14 years ago |
Vadim Pisarevsky
|
0e14fef96e
|
fixed warnings in gbt; added insertChannel() and extractChannel(); made the code "rand{u|n}(arr, <number>, <number>)" work properly.
|
14 years ago |
Vadim Pisarevsky
|
22970b8270
|
fixed multiple GCC warnings on Ubuntu 11.04
|
14 years ago |
Vadim Pisarevsky
|
30020a7350
|
renamed sum() to sumElems() in Python/Java bindings (ticket #902)
|
14 years ago |
Vadim Pisarevsky
|
6407093463
|
extended Mat::setTo() to support multi-channel arrays; fixed bug #1095
|
14 years ago |
Vadim Pisarevsky
|
8a888cd9ce
|
fixed RNG::uniform(double,double) (ticket #1131)
|
14 years ago |
Vadim Pisarevsky
|
3b9e752be7
|
some more core functions documented + minor fixes and rearrangements
|
14 years ago |
itsyplen
|
a2f5884159
|
Specialization for 'get' method with bool type was added, help and constructor were updated too
|
14 years ago |
Vadim Pisarevsky
|
2d2b8a496e
|
renamed "None()" to "noArray()" to avoid conflicts with X11 (ticket #1122)
|
14 years ago |
Kirill Kornyakov
|
aad9b3219c
|
Notification messages about bad parameters in command line were added in CommandLineParser. Update sample, using parser
|
14 years ago |
Vadim Pisarevsky
|
c7a42e9682
|
started work on API & doc synchronization (in particular, Mat& => Input/OutputArray in the descriptions)
|
14 years ago |
Kirill Kornyakov
|
65ed270790
|
class CommandLineParser was updated according new requirements
|
14 years ago |
Vadim Pisarevsky
|
0c877f62e9
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
14 years ago |
Ilya Lysenkov
|
b6c195d44c
|
Fixed reading of the user class from *.xml (ticket #840).
|
14 years ago |
Kirill Kornyakov
|
78d821114a
|
Update CommandLineParser class: move method's definition from header to source
|
14 years ago |
Vadim Pisarevsky
|
60a0ebbd6c
|
added optional encoding parameter to cvOpenFileStorage() and FileStorage::open() (ticket #976). moved some implementation parts of CommandLineParser to cmdparser.cpp.
|
14 years ago |
Kirill Kornyakov
|
fe279279e6
|
Update CommandLineParser class
|
14 years ago |
Maria Dimashova
|
33493f4e19
|
renamed WITH(HAVE)_EIGEN2 to WITH(HAVE)_EIGEN, fixed compilation error if eigen3 is used (#805)
|
14 years ago |
Andrey Kamaev
|
0d2c98b5e1
|
Implemented 4 missing Mat::ptr methods
|
14 years ago |
Vadim Pisarevsky
|
62569f6926
|
fixed a few warnings on Windows; fixed critical bugs in cvMixChannels and AutoBuffer<>.
|
14 years ago |
Vadim Pisarevsky
|
3d154c9dde
|
fix build problems on Windows
|
14 years ago |
Vadim Pisarevsky
|
7b2e39a3f9
|
added missing #include for compatibility with VS2008
|
14 years ago |
Kirill Kornyakov
|
94760a5f2b
|
command line parser added. Leonid Beynenson is original contributor of the class. Class will be used in samples for convenient (and unified) work with command arguments.
|
14 years ago |
Vadim Pisarevsky
|
fa2f1c036a
|
removed "#include "windows.h"" from core headers
|
14 years ago |
Vadim Pisarevsky
|
56cf08a873
|
made "filestorage << vector<Mat>" work properly.
|
14 years ago |
Vadim Pisarevsky
|
f8e4b10248
|
made ptrdiff_t visible to GCC 4.6 compiler
|
14 years ago |