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
fe279279e6
opencv
/
modules
/
core
/
include
/
opencv2
/
core
History
Kirill Kornyakov
fe279279e6
Update CommandLineParser class
2011-05-28 06:55:41 +00:00
..
core_c.h
- add support for the popcnt instruction (useful for the Hamming distance, soon to come in BRIEF and FLANN)
2011-03-13 22:51:33 +00:00
core.hpp
Update CommandLineParser class
2011-05-28 06:55:41 +00:00
eigen.hpp
remove #include <Eigen/Core> from eigen.hpp
2010-09-23 20:03:47 +00:00
internal.hpp
renamed WITH(HAVE)_EIGEN2 to WITH(HAVE)_EIGEN, fixed compilation error if eigen3 is used (
#805
)
2011-05-27 12:15:36 +00:00
mat.hpp
Implemented 4 missing Mat::ptr methods
2011-05-24 16:14:23 +00:00
operations.hpp
fixed a few warnings on Windows; fixed critical bugs in cvMixChannels and AutoBuffer<>.
2011-05-17 15:44:01 +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
updated OpenCV version to 2.2.9; added missing cv::convertPointsHomogeneous for backward compatibility; fixed bug
#952
2011-05-02 22:20:22 +00:00
wimage.hpp
"atomic bomb" commit. Reorganized OpenCV directory structure
2010-05-11 17:44:00 +00:00