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
Andrey Kamaev
9f29506d2c
Refactored NEON optimization usage
14 years ago
Andrey Kamaev
727fbd5376
Android cmake toolchain file is included into OpenCV
14 years ago
Vadim Pisarevsky
d02a0cab48
updated OpenCV version to 2.2.9; added missing cv::convertPointsHomogeneous for backward compatibility; fixed bug #952
14 years ago
Leonid Beynenson
2806db93d8
Merged the branch /branches/opencv_pthread_framework/opencv into the trunk.
...
The branch contains changes, concerning adding ThreadingFramework -- temporary lightweight decision for ARM instead of Intel TBB.
Also some changes in Android highgui camera class were made.
14 years ago
Vadim Pisarevsky
9ac3a35175
do not use Lapack anymore
14 years ago
Vadim Pisarevsky
9a991a2e10
fixed build problems on Windows
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
Andrey Kamaev
b906ad3108
Test system included into Android build
14 years ago
Vincent Rabaud
1dff306872
- make sure the code compiles under gcc-4.6
14 years ago
Vincent Rabaud
578ca872e4
- add support for the popcnt instruction (useful for the Hamming distance, soon to come in BRIEF and FLANN)
14 years ago
Vadim Pisarevsky
916690a674
temporily excluded cv::Algorithm
14 years ago
Vadim Pisarevsky
65a7f13af3
replaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvStackAlloc() is still defined, but we do not need alloca() anymore to compile and run OpenCV ( fixes #889 and may be some others)
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
Valentina Kustikova
d03b89f163
Parallel version of Latent SVM.
14 years ago
Vladimir Dudnik
c987b9f180
added IPP Sobel and Sharr filters. Also some minor changes.
14 years ago
Vadim Pisarevsky
2dd0e85264
fixed some build problems
14 years ago
Vadim Pisarevsky
a379d011fd
fixed MatConstIterator<> (ticket #776 )
14 years ago
Vladimir Dudnik
50e5456874
cosmetic changes
14 years ago
Alexey Spizhevoy
a6d9cce500
added CUFFT errors handling into GPU module
14 years ago
Vadim Pisarevsky
8511b69635
fixed Mat::Mat(Vec|Matx|vector) constructor (ticket #747 )
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
a7a5dd051a
updated version number; removed unnecessary index.html and ChangeLog.htm
14 years ago
Vadim Pisarevsky
a937d9d43c
unified the coordinate interpretation in RotatedRect (ticket #425 )
14 years ago
Vadim Pisarevsky
fa1d85bc14
removed obsolete headers from opencv.hpp, fixed 2 gcc warnings and bug in SVBackSubst().
14 years ago
Vadim Pisarevsky
cbe132cabe
several small fixes; added overloaded variant of cv::drawChessboardCorners
14 years ago
Vadim Pisarevsky
d366c0b2fa
fixed canny test; fixed mhi-global test & implementation (hopefully, for the last time); added sse 4.1 & 4.2 support (not working in Xcode for some reason); moved splineInterpolation to color.cpp; fixed a few bugs in documentation
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
Vadim Pisarevsky
3a8df6034f
fixes Mat::empty() and Mat::create() in the case of zero sizes (ticket #691 )
14 years ago
Vadim Pisarevsky
fd7b058b8b
DataType::generic renamed to DataType::generic_type (ticket #681 )
14 years ago
Vadim Pisarevsky
9b8c712a81
added operator != for some basic structures (ticket #678 )
14 years ago
Vadim Pisarevsky
08b7855edc
extended out << mat/vec operators; added opencv license
14 years ago
Anatoly Baksheev
f2df784830
fixed error reporting in GPU module (exceptions in destructors, etc)
14 years ago
Anatoly Baksheev
d7d0754f38
fixed compilation error under nvcc
14 years ago
Ethan Rublee
d84b970bf2
adding the Brief descriptor, associated hamming distance functors for bruteforce matching. Also adding cout << cv::Mat functions in core.
14 years ago
Vadim Pisarevsky
e15a2ea95a
fixed remap with transparent border (ticket #582 )
14 years ago
Vadim Pisarevsky
018aba7507
a few small fixes in Matx operators
14 years ago
Vadim Pisarevsky
d8ace43753
fixed some more tests on Windows; changed inheritance Matx -> Vec to Vec -> Matx
14 years ago
Vadim Pisarevsky
ced8192174
fixed several GCC warnings; fixed crash in kmeans test (because of cv::swap(Mat&a, Mat&b)) (ticket #616 )
14 years ago
Vadim Pisarevsky
5b6a755719
almost finished Python wrappers
14 years ago