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-29 05:29:54 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
f025e4739a
opencv
/
modules
/
calib3d
History
Vadim Pisarevsky
f025e4739a
some more doc cleanup
2011-03-03 07:29:55 +00:00
..
doc
some more doc cleanup
2011-03-03 07:29:55 +00:00
include/opencv2
/calib3d
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
src
*applied patch from NVidia (nppstTraspose bug)
2011-02-18 12:23:18 +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
fixed some build problems
2010-12-28 21:15:58 +00:00