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
Commits
18f4e556
Commit
18f4e556
authored
Nov 10, 2015
by
Vadim Pisarevsky
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5472 from StevenPuttemans:remove_unexisting_function
parents
9ab59fb2
47db20ec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
ml.hpp
modules/ml/include/opencv2/ml.hpp
+0
-4
No files found.
modules/ml/include/opencv2/ml.hpp
View file @
18f4e556
...
...
@@ -1482,10 +1482,6 @@ public:
*/
CV_EXPORTS
void
randMVNormal
(
InputArray
mean
,
InputArray
cov
,
int
nsamples
,
OutputArray
samples
);
/** @brief Generates sample from gaussian mixture distribution */
CV_EXPORTS
void
randGaussMixture
(
InputArray
means
,
InputArray
covs
,
InputArray
weights
,
int
nsamples
,
OutputArray
samples
,
OutputArray
sampClasses
);
/** @brief Creates test set */
CV_EXPORTS
void
createConcentricSpheresTestSet
(
int
nsamples
,
int
nfeatures
,
int
nclasses
,
OutputArray
samples
,
OutputArray
responses
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment