.. |
alloc.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
arithm.cpp
|
fixed several warnings; modified size comparison: m1.size() == m2.size() => m1.size == m2.size
|
2010-10-20 12:33:57 +00:00 |
array.cpp
|
fixed a few bugs in: Mat::reshape, Mat(CvMat*) constructor, element access, copying nd array etc.
|
2010-10-19 11:57:37 +00:00 |
convert.cpp
|
fixed several warnings; modified size comparison: m1.size() == m2.size() => m1.size == m2.size
|
2010-10-20 12:33:57 +00:00 |
copy.cpp
|
some fixes due to the changed policy in DataType & DataDepth handling
|
2010-10-20 17:43:46 +00:00 |
datastructs.cpp
|
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
|
2010-07-16 12:54:53 +00:00 |
drawing.cpp
|
fixed LineIterator constructor in order to make LineIterator::pos() work properly (#408)
|
2010-07-29 13:26:01 +00:00 |
dxt.cpp
|
fixed several warnings; modified size comparison: m1.size() == m2.size() => m1.size == m2.size
|
2010-10-20 12:33:57 +00:00 |
lapack.cpp
|
fixed small matrix inversion using Cholesky algorithm (ticket #536)
|
2010-10-21 12:07:49 +00:00 |
mathfuncs.cpp
|
fixed several warnings; modified size comparison: m1.size() == m2.size() => m1.size == m2.size
|
2010-10-20 12:33:57 +00:00 |
matmul.cpp
|
fixed several warnings; modified size comparison: m1.size() == m2.size() => m1.size == m2.size
|
2010-10-20 12:33:57 +00:00 |
matop.cpp
|
fixed gpu morphology: now kernel in gpu is passed to npp functions.
|
2010-09-28 08:45:44 +00:00 |
matrix.cpp
|
fixed bug with Mat::dataend initialization. Now morph-ex test passes; Also fixed CV_Assert() implementation
|
2010-10-21 21:07:11 +00:00 |
persistence.cpp
|
added Mat::push_back, pop_back and related operations; enabled reading/writing/creating/copying matrices with zero dimensions.
|
2010-10-18 08:51:46 +00:00 |
precomp.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
precomp.hpp
|
added #include "cvconfig.h" to make TBB and other 3rd party libs work correctly
|
2010-06-29 15:12:07 +00:00 |
rand.cpp
|
some fixes due to the changed policy in DataType & DataDepth handling
|
2010-10-20 17:43:46 +00:00 |
stat.cpp
|
some fixes due to the changed policy in DataType & DataDepth handling
|
2010-10-20 17:43:46 +00:00 |
system.cpp
|
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
|
2010-07-16 22:38:57 +00:00 |
tables.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |