opencv/modules/calib3d/include/opencv2/calib3d
2011-02-18 10:29:57 +00:00
..
calib3d.hpp 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