Open Source Computer Vision Library https://opencv.org/
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.
 
 
 
 
 
 
Kirill Kornyakov 94760a5f2b command line parser added. Leonid Beynenson is original contributor of the class. Class will be used in samples for convenient (and unified) work with command arguments. 14 years ago
..
CommandLineParser.cpp command line parser added. Leonid Beynenson is original contributor of the class. Class will be used in samples for convenient (and unified) work with command arguments. 14 years ago
alloc.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
arithm.cpp fixed build issues related to changes in IPP calls. 14 years ago
array.cpp a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
convert.cpp fixed LUT (ticket #1057) 14 years ago
copy.cpp a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
datastructs.cpp a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
drawing.cpp a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
dxt.cpp a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
lapack.cpp fixed bug with misaligned data access (on Windows & Linux) 14 years ago
mathfuncs.cpp fixed build problems on Windows 14 years ago
matmul.cpp fixed build issues related to changes in IPP calls. 14 years ago
matop.cpp a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
matrix.cpp fixed OutputArray::create, which resolves several failures in opencv_test_core 14 years ago
out.cpp removed cv prefix 15 years ago
persistence.cpp replaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvStackAlloc() is still defined, but we do not need alloca() anymore to compile and run OpenCV (fixes #889 and may be some others) 14 years ago
precomp.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
precomp.hpp fixed build issues related to changes in IPP calls. 14 years ago
rand.cpp fixed repeated allocation of RNG on each theRNG() call (thanks to barjenbr for the patch) 14 years ago
stat.cpp - make sure the code compiles with gcc 4.6 14 years ago
system.cpp do not include DLLMain into core when it is a static library (thanks to aglinarth for the patch) 14 years ago
tables.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago