.. |
3dtracker.cpp
|
Move C API of opencv_calib3d to separate file
|
12 years ago |
_facedetection.h
|
Normalize line endings and whitespace
|
12 years ago |
_featuretree.h
|
a LOT of obsolete stuff has been moved to the legacy module.
|
13 years ago |
_kdtree.hpp
|
Fix OS X build warnings
|
12 years ago |
_matrix.h
|
Normalize line endings and whitespace
|
12 years ago |
_vectrack.h
|
Move C++ basic structures to separate header and inverse dependency from C API
|
12 years ago |
_vm.h
|
Extract common base header for C and C++ APIs
|
12 years ago |
auxutils.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |
bgfg_acmmm2003.cpp
|
Normalize line endings and whitespace
|
12 years ago |
bgfg_codebook.cpp
|
a LOT of obsolete stuff has been moved to the legacy module.
|
13 years ago |
bgfg_common.cpp
|
Normalize line endings and whitespace
|
12 years ago |
bgfg_estimation.cpp
|
Normalize line endings and whitespace
|
12 years ago |
bgfg_gaussmix.cpp
|
refactored video module; use the new-style algorithms now
|
12 years ago |
blobtrack.cpp
|
Normalize line endings and whitespace
|
12 years ago |
blobtrackanalysis.cpp
|
moved some old stuff to the legacy module; merge "compat_c.h" headers and moved to the legacy as well. moved implementation of many non-critical/obsolete inline functions and methods to .cpp to improve Opencv build time
|
14 years ago |
blobtrackanalysishist.cpp
|
Fixed number of warnings. Fixed mingw64 build.
|
13 years ago |
blobtrackanalysisior.cpp
|
moved some old stuff to the legacy module; merge "compat_c.h" headers and moved to the legacy as well. moved implementation of many non-critical/obsolete inline functions and methods to .cpp to improve Opencv build time
|
14 years ago |
blobtrackanalysistrackdist.cpp
|
Updated warning options for GCC; fixed new warnings.
|
13 years ago |
blobtrackgen1.cpp
|
moved some old stuff to the legacy module; merge "compat_c.h" headers and moved to the legacy as well. moved implementation of many non-critical/obsolete inline functions and methods to .cpp to improve Opencv build time
|
14 years ago |
blobtrackgenyml.cpp
|
Fix build warnings from gcc 4.8
|
12 years ago |
blobtrackingauto.cpp
|
fixed potential dereference of null pointer
|
12 years ago |
blobtrackingcc.cpp
|
Warning fixes continued
|
13 years ago |
blobtrackingccwithcr.cpp
|
Fixed number of warnings. Fixed mingw64 build.
|
13 years ago |
blobtrackinglist.cpp
|
moved some old stuff to the legacy module; merge "compat_c.h" headers and moved to the legacy as well. moved implementation of many non-critical/obsolete inline functions and methods to .cpp to improve Opencv build time
|
14 years ago |
blobtrackingmsfg.cpp
|
Set stricter warning rules for gcc
|
13 years ago |
blobtrackingmsfgs.cpp
|
Fixed number of warnings. Fixed mingw64 build.
|
13 years ago |
blobtrackpostprockalman.cpp
|
Move C API of opencv_video to separate file
|
12 years ago |
blobtrackpostproclinear.cpp
|
Fixed number of warnings. Fixed mingw64 build.
|
13 years ago |
blobtrackpostproclist.cpp
|
moved some old stuff to the legacy module; merge "compat_c.h" headers and moved to the legacy as well. moved implementation of many non-critical/obsolete inline functions and methods to .cpp to improve Opencv build time
|
14 years ago |
calcimagehomography.cpp
|
Normalize line endings and whitespace
|
12 years ago |
calibfilter.cpp
|
Merge branch '2.4'
|
12 years ago |
calonder.cpp
|
Move cv::Mat out of core.hpp
|
12 years ago |
camshift.cpp
|
Move C API of opencv_video to separate file
|
12 years ago |
clique.cpp
|
Normalize line endings and whitespace
|
12 years ago |
compat.cpp
|
Move C API of opencv_calib3d to separate file
|
12 years ago |
condens.cpp
|
Normalize line endings and whitespace
|
12 years ago |
contourtree.cpp
|
Normalize line endings and whitespace
|
12 years ago |
correspond.cpp
|
Normalize line endings and whitespace
|
12 years ago |
corrimages.cpp
|
Minimize usages of legacy C API inside the library
|
12 years ago |
createhandmask.cpp
|
Drop outdated definitions from internal.hpp
|
12 years ago |
decomppoly.cpp
|
Normalize line endings and whitespace
|
12 years ago |
dominants.cpp
|
Normalize line endings and whitespace
|
12 years ago |
dpstereo.cpp
|
Fix OS X build warnings
|
12 years ago |
eigenobjects.cpp
|
Drop outdated definitions from internal.hpp
|
12 years ago |
em.cpp
|
Move cv::Mat out of core.hpp
|
12 years ago |
enmin.cpp
|
Normalize line endings and whitespace
|
12 years ago |
enteringblobdetection.cpp
|
Fixed number of warnings. Fixed mingw64 build.
|
13 years ago |
enteringblobdetectionreal.cpp
|
Set stricter warning rules for gcc
|
13 years ago |
epilines.cpp
|
Merge branch '2.4'
|
12 years ago |
extendededges.cpp
|
Fixed mingw build.
|
13 years ago |
face.cpp
|
Normalize line endings and whitespace
|
12 years ago |
face.h
|
Normalize line endings and whitespace
|
12 years ago |
facedetection.cpp
|
Fixed number of warnings. Fixed mingw64 build.
|
13 years ago |
facedetection.h
|
Normalize line endings and whitespace
|
12 years ago |
facetemplate.cpp
|
Normalize line endings and whitespace
|
12 years ago |
facetemplate.h
|
Normalize line endings and whitespace
|
12 years ago |
features2d.cpp
|
Remove all using directives for STL namespace and members
|
12 years ago |
featuretree.cpp
|
a LOT of obsolete stuff has been moved to the legacy module.
|
13 years ago |
findface.cpp
|
Normalize line endings and whitespace
|
12 years ago |
findhandregion.cpp
|
Normalize line endings and whitespace
|
12 years ago |
hmm.cpp
|
Fixed number of warnings. Fixed mingw64 build.
|
13 years ago |
hmm1d.cpp
|
Normalize line endings and whitespace
|
12 years ago |
hmmobs.cpp
|
Normalize line endings and whitespace
|
12 years ago |
image.cpp
|
Making all dependencies from highgui module optional
|
13 years ago |
kdtree.cpp
|
Fix build warnings from gcc 4.8
|
12 years ago |
lcm.cpp
|
Move C++ basic structures to separate header and inverse dependency from C API
|
12 years ago |
lee.cpp
|
Updated warning options for GCC; fixed new warnings.
|
13 years ago |
levmar.cpp
|
Set stricter warning rules for gcc
|
13 years ago |
levmarprojbandle.cpp
|
Minimize usages of legacy C API inside the library
|
12 years ago |
levmartrif.cpp
|
Set stricter warning rules for gcc
|
13 years ago |
lines.cpp
|
Normalize line endings and whitespace
|
12 years ago |
lmeds.cpp
|
Fix several warnings about uninitialized variables from gcov build
|
12 years ago |
lsh.cpp
|
Normalize line endings and whitespace
|
12 years ago |
morphcontours.cpp
|
Move C++ basic structures to separate header and inverse dependency from C API
|
12 years ago |
morphing.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |
oneway.cpp
|
Make highgui.hpp independent from C API
|
12 years ago |
optflowbm.cpp
|
Move cv::Size_
|
12 years ago |
optflowhs.cpp
|
a LOT of obsolete stuff has been moved to the legacy module.
|
13 years ago |
optflowlk.cpp
|
Normalize line endings and whitespace
|
12 years ago |
pgh.cpp
|
Normalize line endings and whitespace
|
12 years ago |
planardetect.cpp
|
Move C API of opencv_calib3d to separate file
|
12 years ago |
precomp.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |
precomp.hpp
|
Make core/internal.hpp a private header
|
12 years ago |
prewarp.cpp
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |
pyrsegmentation.cpp
|
Drop outdated definitions from internal.hpp
|
12 years ago |
scanlines.cpp
|
Fix several warnings about uninitialized variables from gcov build
|
12 years ago |
segment.cpp
|
Move C++ basic structures to separate header and inverse dependency from C API
|
12 years ago |
snakes.cpp
|
Drop outdated definitions from internal.hpp
|
12 years ago |
spilltree.cpp
|
Normalize line endings and whitespace
|
12 years ago |
stereogc.cpp
|
Remove all using directives for STL namespace and members
|
12 years ago |
subdiv2.cpp
|
Move cv::Scalar_ to types.hpp
|
12 years ago |
testseq.cpp
|
Drop outdated definitions from internal.hpp
|
12 years ago |
texture.cpp
|
Fixed few more warnings/bugs.
|
13 years ago |
trifocal.cpp
|
Minimize usages of legacy C API inside the library
|
12 years ago |
vecfacetracking.cpp
|
Drop outdated definitions from internal.hpp
|
12 years ago |
video.cpp
|
Normalize line endings and whitespace
|
12 years ago |