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
6b8e13d0
Commit
6b8e13d0
authored
Jul 27, 2015
by
Maksim Shabunin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4232 from berak:patch-2
parents
ecd36611
d9148ea6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ml.hpp
modules/ml/include/opencv2/ml.hpp
+2
-2
No files found.
modules/ml/include/opencv2/ml.hpp
View file @
6b8e13d0
...
...
@@ -790,7 +790,7 @@ public:
Returns vector of covariation matrices. Number of matrices is the number of gaussian mixtures,
each matrix is a square floating-point matrix NxN, where N is the space dimensionality.
*/
virtual
void
getCovs
(
std
::
vector
<
Mat
>&
covs
)
const
=
0
;
CV_WRAP
virtual
void
getCovs
(
CV_OUT
std
::
vector
<
Mat
>&
covs
)
const
=
0
;
/** @brief Returns a likelihood logarithm value and an index of the most probable mixture component
for the given sample.
...
...
@@ -804,7 +804,7 @@ public:
the sample. First element is an index of the most probable mixture component for the given
sample.
*/
CV_WRAP
CV_WRAP
virtual
Vec2d
predict2
(
InputArray
sample
,
OutputArray
probs
)
const
=
0
;
CV_WRAP
virtual
Vec2d
predict2
(
InputArray
sample
,
OutputArray
probs
)
const
=
0
;
/** @brief Estimate the Gaussian mixture parameters from a samples set.
...
...
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