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
65a7f13af3
opencv
/
modules
/
core
History
Vadim Pisarevsky
65a7f13af3
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
..
include/opencv2
/core
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
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
fixed build on Windows with MSVC2010
2011-02-09 22:45:45 +00:00
CMakeLists.txt
opencv_zlib renamed back to zlib; make static libs work on Windows
2010-12-05 01:19:36 +00:00