Anatoly Baksheev
60e572bbcf
fixed gpu morphology: now kernel in gpu is passed to npp functions.
...
warnings in cxcore
added graphcut wrapper
14 years ago
Vadim Pisarevsky
e812a02c0b
remove #include <Eigen/Core> from eigen.hpp
14 years ago
Vadim Pisarevsky
1a2fee0d56
include Eigen2/3 headers optionally, for greater flexibility
14 years ago
Vadim Pisarevsky
d72d11d09d
improved matrix expressions efficiency in some cases & simplified the code
14 years ago
Ethan Rublee
8ee50c422b
adding some small changes to support android build,
...
mainly cmake stuff, but in persistance the wcstombs
is not supported on android, and in
sift.cpp there was and ifdef that affected arm and this
causes undefined symbols on android.
14 years ago
Vadim Pisarevsky
ec314cf232
moved the matrix expressions from mat.hpp to matop.cpp. That should improve build times
14 years ago
Anatoly Baksheev
1387bfcde0
added GPU implementation of morphology functions (using NPP) and tests for it.
...
added npp_error function
added check_and_treat_gpu_exception function for tests_gpu
14 years ago
Vadim Pisarevsky
bf94db5b16
fixed 2 bugs in the recently modified Lapack functions
14 years ago
Vadim Pisarevsky
eb6994f58a
fixed Mat(const Matx&) constructor; added SVD(Matx)
14 years ago
Vadim Pisarevsky
3bd00085f7
made MatConstIterator STL compliant
15 years ago
Vadim Pisarevsky
808190c02e
fixed LineIterator constructor in order to make LineIterator::pos() work properly ( #408 )
15 years ago
Vadim Pisarevsky
70a2c8f50a
added conversion operators Mat->vector<T>, Mat->Vec<T,n>, Mat->Matx<T,m,n>
15 years ago
Vadim Pisarevsky
4c591ca397
fixed Mat::Mat(const IplImage*, bool) constructor (ticket #487 ). fixed the bayer demosaicing part in the new cv::cvtColor implementation
15 years ago
Vadim Pisarevsky
2f2f06b925
rewrote color conversion functions; added sRGB<->CIE Lab/Luv conversion; added RGB<->YUV conversion; improved [s]RGB->Lab conversion speed
15 years ago
Vadim Pisarevsky
758e826d2e
do not use WIN64/_WIN64 anymore - CMake did not set it anyway. Use WIN32 + __x86_64 or _M_X64 instead. Also, make VideoInput optional (WITH_VIDEOINPUT=ON/OFF) => now Mingw-dw2 can build OpenCV
15 years ago
Vadim Pisarevsky
992eace79a
fixed some warnings from xcode
15 years ago
Vadim Pisarevsky
396aa53e96
fixed VS preprocessor condition to include pmmintrin.h (which is available in VS2008 and later versions, but not in VS2005)
15 years ago
Vadim Pisarevsky
670fff5f42
added workaround for strange tmpnam() output from VS2010. turned off optimization for DCT & DFT on Win64 for VS200x (VS2010 builds it fine)
15 years ago
Vadim Pisarevsky
f78a3b4cc1
updated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib 1.2.3 => 1.2.5, libpng 1.2.x => 1.4.3, libtiff 3.7.x => 3.9.4. fixed many 64-bit related VS2010 warnings
15 years ago
Anatoly Baksheev
2c84a66ec7
added support to build without cuda.
15 years ago
Vadim Pisarevsky
da02688429
improved accuracy of the matrix determinant and matrix inversion functions (trac #431 )
15 years ago
Yannick Verdie
c3eb7881f1
New functions with QT GUI:
...
- 3 new points mostly done:
- OpenGL support enabled (windows are rendered using GPU)
- Save current screen (with overlay and so on...) with shortcut CTRL+S
- Text rendering (with any system font, and possibility to set the style - normal, italic,... - the weight - normal, bold, ... - the color, the spacing between letters, and so on...)
15 years ago
Vadim Pisarevsky
ba5eb93a53
rewrote normal RNG function to workaround the bug in gcc 3.4 (ticket #449 )
15 years ago
Yannick Verdie
c685ca0e99
Fixed bug during compilation:
...
"error: explicit template specialization cannot have a storage class"
15 years ago
Vadim Pisarevsky
796553d051
added some quaternion operations on Scalar's.
15 years ago
Vadim Pisarevsky
9cf319d504
fixed some MSVC2008 compiler errors & warnings
15 years ago
Vadim Pisarevsky
6e6559d207
fixed test crashes after CV_CN_MAX increase.
15 years ago
Vadim Pisarevsky
60acd91ce1
added Eigen2 support; fixed compile errors on Ubuntu 10.04
15 years ago
Vadim Pisarevsky
7ec4b59fac
added #include "cvconfig.h" to make TBB and other 3rd party libs work correctly
15 years ago
Vadim Pisarevsky
10b5a51731
added "small matrix" class Matx<T, m, n>
15 years ago
Vadim Pisarevsky
345a57b616
fixed matrix comma initializer for shorter notation
15 years ago
Vadim Pisarevsky
d3ae1d19d8
removed internal-use cvconfig.h from core/internal.hpp (thanks to iwamatsu)
15 years ago
Vadim Pisarevsky
4c49c5b219
fixed repeated calculations in cvsolve (thanks to denisstack for the fix)
15 years ago
Vadim Pisarevsky
e5872cd8bb
now C++ classes can be read/written with cvRead/cvWrite/cvLoad/cvSave. Tested on HOGDescriptor
15 years ago
Jose Luis Blanco
5d3ad699a6
fixed duplicated definition warning
15 years ago
Victor Erukhimov
c4631573a4
cv::cvflann -> cv::flann
15 years ago
Vadim Pisarevsky
266c4642ea
doxygenated opencv_video & opencv_calib3d modules (C++ part only)
15 years ago
Vadim Pisarevsky
4632d65889
doxygenated core and imgproc modules (C++ API only)
15 years ago
Vadim Pisarevsky
b94e09bfeb
renamed cv::flann to cv::cvflann to avoid name conflicts
15 years ago
Vadim Pisarevsky
b34aaace79
updated OpenCV version because of the recent reorganization
15 years ago
Vadim Pisarevsky
47c3e79423
added Doxygen-based documentation (draft version for now)
15 years ago
Vadim Pisarevsky
127d6649a1
"atomic bomb" commit. Reorganized OpenCV directory structure
15 years ago