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-25 19:50:38 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
5b3d786e30
opencv
/
modules
/
ml
History
Vadim Pisarevsky
c5e3869c32
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:36:18 +00:00
..
include/opencv2
/ml
added the optional balanced cross-validation in SVN::train_auto (by arman, ticket
#314
)
2010-11-29 22:37:02 +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:36: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
"atomic bomb" commit. Reorganized OpenCV directory structure
2010-05-11 17:44:00 +00:00