Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Repository
7ad698f0768da0b23f187740b38fef45b11a7536
Switch branch/tag
opencv
modules
ml
src
History
Find file
Select Archive Format
Source code
Download zip
Download tar.gz
Download tar.bz2
Download tar
more warnings fixed. +some warnings in examples
· 8ebff41c
Anatoly Baksheev
authored
13 years ago
8ebff41c
Name
Last commit
Last update
..
ann_mlp.cpp
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
13 years ago
boost.cpp
fixed CvBoost
13 years ago
cnn.cpp
"atomic bomb" commit. Reorganized OpenCV directory structure
14 years ago
data.cpp
a few more little fixes in read_csv
14 years ago
em.cpp
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)
14 years ago
ertrees.cpp
fixed ~300 warnings under windows (had to hack gtest a bit)
13 years ago
estimate.cpp
"atomic bomb" commit. Reorganized OpenCV directory structure
14 years ago
gbt.cpp
fixed CvGBTrees
13 years ago
inner_functions.cpp
fixed #517; uncommented ertrees test and moved it to black llist
14 years ago
knearest.cpp
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
13 years ago
nbayes.cpp
normal bayes classifier has been parallelized using TBB; letter_recog sample updated to demosntrate knearest & bayes classifiers (thanks to Konstantin Krivakin for the patches)
13 years ago
precomp.cpp
"atomic bomb" commit. Reorganized OpenCV directory structure
14 years ago
precomp.hpp
eliminated some GCC 4.x warnings
14 years ago
rtrees.cpp
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)
14 years ago
svm.cpp
more warnings fixed. +some warnings in examples
13 years ago
testset.cpp
"atomic bomb" commit. Reorganized OpenCV directory structure
14 years ago
tree.cpp
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)
14 years ago