This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
mirror of
https://github.com/opencv/opencv.git
synced
2024-11-27 20:50:25 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
371aa08006
opencv
/
modules
/
features2d
History
Vadim Pisarevsky
371aa08006
OpenCV reference manual (C++ part only for now) is now produced directly from RST, not from TeX.
2011-02-22 20:43:26 +00:00
..
doc
OpenCV reference manual (C++ part only for now) is now produced directly from RST, not from TeX.
2011-02-22 20:43:26 +00:00
include/opencv2
/features2d
moved flannIndex to protected section again
2011-02-02 15:47:08 +00:00
src
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
test
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
2011-02-09 20:55:11 +00:00
CMakeLists.txt
Moved PlanarObjectDetector to the objdetect module
2010-12-27 08:25:31 +00:00