.. |
cuda
|
fixed bug in gpu::transformSmart with mask
|
2012-01-22 13:25:45 +00:00 |
algorithm.cpp
|
switched to non-constant references in Algorithm::addParam, which is more safe.
|
2012-03-17 09:50:47 +00:00 |
alloc.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
arithm.cpp
|
fixed hundreds of warnings from MSVC 2010.
|
2012-03-16 21:21:04 +00:00 |
array.cpp
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
2011-04-17 13:14:45 +00:00 |
cmdparser.cpp
|
fixed some more GCC warnings
|
2012-03-19 11:21:01 +00:00 |
convert.cpp
|
Tegra optimized functions cvt32finttype were temporary deleted due correctness bug
|
2012-03-19 11:06:16 +00:00 |
copy.cpp
|
CV_ENABLE_UNROLLED
|
2012-02-10 06:05:04 +00:00 |
datastructs.cpp
|
fixed hundreds of warnings from MSVC 2010.
|
2012-03-16 21:21:04 +00:00 |
drawing.cpp
|
Removed unrequired type conversions in the function clipLine.
|
2012-03-20 12:14:41 +00:00 |
dxt.cpp
|
fixed many warnings from GCC 4.6.1
|
2012-03-17 09:22:31 +00:00 |
gpumat.cpp
|
created wrappers for new NPP functions
|
2012-02-22 10:00:53 +00:00 |
lapack.cpp
|
CV_ENABLE_UNROLLED
|
2012-02-10 06:05:04 +00:00 |
mathfuncs.cpp
|
added the abstract cv::Algorithm class; low-level exp & fastAtan etc. functions for more efficient SIFT implementation; fixed bug #1521
|
2012-01-24 20:14:07 +00:00 |
matmul.cpp
|
CV_ENABLE_UNROLLED
|
2012-02-10 06:05:04 +00:00 |
matop.cpp
|
some more core functions documented + minor fixes and rearrangements
|
2011-06-08 21:35:19 +00:00 |
matrix.cpp
|
allocate CPU memory if Tegra GPU allocator failed.
|
2012-03-16 14:11:39 +00:00 |
opengl_interop.cpp
|
Fixed Linux build with OpenGL but without CUDA
|
2012-03-15 15:08:21 +00:00 |
out.cpp
|
fixed printing Mx0 matrices (ticket #1247)
|
2011-07-22 12:15:22 +00:00 |
persistence.cpp
|
fixed hundreds of warnings from MSVC 2010.
|
2012-03-16 21:21:04 +00:00 |
precomp.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
precomp.hpp
|
Tegra-optimized cv::compare
|
2011-11-07 06:29:34 +00:00 |
rand.cpp
|
eliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV headers)
|
2011-07-18 16:31:30 +00:00 |
stat.cpp
|
fixed many warnings from GCC 4.6.1
|
2012-03-17 09:22:31 +00:00 |
system.cpp
|
fixed fastAtan2 and cardToPolar accuracy (thanks to Andrey Kamaev)
|
2011-12-04 20:10:35 +00:00 |
tables.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |