Vadim Pisarevsky
|
a379d011fd
|
fixed MatConstIterator<> (ticket #776)
|
14 years ago |
Vladimir Dudnik
|
c9d20500ce
|
cosmetic changes, removed trailing spaces. Added ippGetCpuClocks if IPP is available (important for 64-bit build)
|
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
|
e5564b4388
|
improved accuracy of determinant(), invert() and solve() on 3x3 matrices (ticket #749)
|
14 years ago |
Vadim Pisarevsky
|
e6aba3e51c
|
turn off SSE2 optimization in cv::exp & cv::log in the case of GCC <=4.1 (not no Mac, where a patched GCC 4.0 is used)
|
14 years ago |
Vadim Pisarevsky
|
9d8644dee0
|
turn off SSE2 optimization in cv::exp & cv::log in the case of VS2005 or earlier versions, because of missing _mm_cast* intrinsics (ticket #729)
|
14 years ago |
Vadim Pisarevsky
|
0de9c9fd3c
|
opencv_zlib renamed back to zlib; make static libs work on Windows
|
14 years ago |
Vadim Pisarevsky
|
8b4cb1d99c
|
make OpenCVConfig.cmake usable in the case of static libs
|
14 years ago |
Vadim Pisarevsky
|
a7a5dd051a
|
updated version number; removed unnecessary index.html and ChangeLog.htm
|
14 years ago |
Vadim Pisarevsky
|
56d4f875b4
|
make watershed demo work correctly
|
14 years ago |
Vadim Pisarevsky
|
9948ed88b0
|
fixed crash in cvDrawContours when abs(maxLevel) is too big
|
14 years ago |
Vadim Pisarevsky
|
84aed5d360
|
fixed unresolved RotatedRect::boundingRect() error (ticket #725)
|
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
|
a3dfba36a1
|
fixed crashes in camshiftdemo sample
|
14 years ago |
Vadim Pisarevsky
|
cbe132cabe
|
several small fixes; added overloaded variant of cv::drawChessboardCorners
|
14 years ago |
Vadim Pisarevsky
|
8967a1289a
|
fixed problem with missing minMaxIdx (ticket #703)
|
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
|
de4f1aeb06
|
fixed some GCC 4.4 warnings
|
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 |
Anatoly Baksheev
|
edff674105
|
added default detector for winSize(64,128) for hog on gpu
|
14 years ago |
Vadim Pisarevsky
|
08e9d85582
|
removed cv prefix
|
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
|
4065f17aa0
|
fixed uninitialized variable use in writeGraph (reported by valgrind when running opencv_test_core)
|
14 years ago |
Vadim Pisarevsky
|
e15a2ea95a
|
fixed remap with transparent border (ticket #582)
|
14 years ago |
Vadim Pisarevsky
|
728f0eb2f5
|
fixed infinite loop in FileStorage::open when reading incomplete XML's (ticket #663)
|
14 years ago |
Vadim Pisarevsky
|
402ef4c9cb
|
correct 2 bugs in cvSolveCubic (linear and quadratic cases: tickets #525 and #364)
|
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
|
5a53d82e30
|
fixed most of the failures in opencv_test
|
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 |
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 |
Stefano Fabri
|
4c29ffecc0
|
Reverting, release beahviour was changed. Investigating on deallocate() issue
|
14 years ago |
Stefano Fabri
|
e320e4e69c
|
Linking doesn't find deallocate()
|
14 years ago |
Vadim Pisarevsky
|
969855d72a
|
fixed MatConstIterator::operator *() (the bug caused "operations" test failure; ticket #613)
|
14 years ago |
Vadim Pisarevsky
|
ebb9c61546
|
fixed bug with Mat::dataend initialization. Now morph-ex test passes; Also fixed CV_Assert() implementation
|
14 years ago |
Vadim Pisarevsky
|
ccb1e5fac0
|
added assert to MatConstIterator::pos()
|
14 years ago |
Vadim Pisarevsky
|
2591988414
|
ok, try to handle matrices with size (0,0)
|
14 years ago |
Vadim Pisarevsky
|
4f9a72eaa7
|
fixed small matrix inversion using Cholesky algorithm (ticket #536)
|
14 years ago |