This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
Code
Issues
Pull Requests
Releases
Wiki
Activity
opencv
/
modules
/
core
/
include
/
opencv2
/
core
History
Vadim Pisarevsky
eb9401d353
applied patch
#1326
2011-08-21 10:39:38 +00:00
..
core_c.h
added optional encoding parameter to cvOpenFileStorage() and FileStorage::open() (ticket
#976
). moved some implementation parts of CommandLineParser to cmdparser.cpp.
2011-05-30 12:36:07 +00:00
core.hpp
fixed bug
#1306
(Vec assignment); added tests for Vec & Matx multiplication
2011-08-15 13:24:13 +00:00
eigen.hpp
remove #include <Eigen/Core> from eigen.hpp
2010-09-23 20:03:47 +00:00
internal.hpp
fixed crashes in parallel HOG detector; avoid use of new POPCNT instruction in ORB (to make it compatible with older CPUs).
2011-08-16 13:52:02 +00:00
mat.hpp
added size check to static Mat::diag()
2011-08-10 12:40:41 +00:00
operations.hpp
applied patch
#1326
2011-08-21 10:39:38 +00:00
types_c.h
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)
2011-02-18 10:29:57 +00:00
version.hpp
merged latest fixes from 2.3 branch; since 2.3.1 is out, the version in trunk is bumped to 2.3.2
2011-08-17 20:12:11 +00:00
wimage.hpp
"atomic bomb" commit. Reorganized OpenCV directory structure
2010-05-11 17:44:00 +00:00