You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vladislav Vinogradov
ade7394e77
refactored and fixed bugs in gpu warp functions (remap, resize, warpAffine, warpPerspective)
...
wrote more complicated tests for them
implemented own version of warpAffine and warpPerspective for different border interpolation types
refactored some gpu tests
13 years ago
..
cuda
fixed bug in gpu::transformSmart with mask
13 years ago
algorithm.cpp
added color canny; improved Algorithm class implementation
13 years ago
alloc.cpp
"atomic bomb" commit. Reorganized OpenCV directory structure
15 years ago
arithm.cpp
Tegra version of cv::subtract
13 years ago
array.cpp
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
14 years ago
cmdparser.cpp
fixed ~200 warnings for windows
13 years ago
convert.cpp
Functions cvt8u16s_func, cvt32s16s_func, cvt32f16s_func were Neon Optimized
13 years ago
copy.cpp
CV_ENABLE_UNROLLED
13 years ago
datastructs.cpp
added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
14 years ago
drawing.cpp
added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ...
13 years ago
dxt.cpp
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
14 years ago
gpumat.cpp
created wrappers for new NPP functions
13 years ago
lapack.cpp
CV_ENABLE_UNROLLED
13 years ago
mathfuncs.cpp
added the abstract cv::Algorithm class; low-level exp & fastAtan etc. functions for more efficient SIFT implementation; fixed bug #1521
13 years ago
matmul.cpp
CV_ENABLE_UNROLLED
13 years ago
matop.cpp
some more core functions documented + minor fixes and rearrangements
14 years ago
matrix.cpp
CV_ENABLE_UNROLLED
13 years ago
opengl_interop.cpp
refactored and fixed bugs in gpu warp functions (remap, resize, warpAffine, warpPerspective)
13 years ago
out.cpp
fixed printing Mx0 matrices (ticket #1247 )
14 years ago
persistence.cpp
Fixes: Android NDK r7b, android build warnings, build with Visual Studio 2005.
13 years ago
precomp.cpp
"atomic bomb" commit. Reorganized OpenCV directory structure
15 years ago
precomp.hpp
Tegra-optimized cv::compare
13 years ago
rand.cpp
eliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV headers)
14 years ago
stat.cpp
CV_ENABLE_UNROLLED
13 years ago
system.cpp
fixed fastAtan2 and cardToPolar accuracy (thanks to Andrey Kamaev)
13 years ago
tables.cpp
"atomic bomb" commit. Reorganized OpenCV directory structure
15 years ago