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
a46f119f
Commit
a46f119f
authored
May 19, 2014
by
Konstantin Matskevich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs fixes
parent
d67c9aab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
facerec_api.rst
modules/contrib/doc/facerec/facerec_api.rst
+3
-3
No files found.
modules/contrib/doc/facerec/facerec_api.rst
View file @
a46f119f
...
...
@@ -310,7 +310,7 @@ FaceRecognizer::setLabelsInfo
Sets string information about labels into the model.
.. ocv:function:: void FaceRecognizer::setLabelsInfo(const std::map<int, string>& labelsInfo) = 0
Information about the label loads as a pair
label-its info
.
Information about the label loads as a pair
"label id - string info"
.
FaceRecognizer::getLabelInfo
----------------------------
...
...
@@ -318,7 +318,7 @@ FaceRecognizer::getLabelInfo
Gets string information by label.
.. ocv:function:: string FaceRecognizer::getLabelInfo(int label) const = 0
If
there is no such label in the model or there is no information about the label it will return
an empty string.
If
an unknown label id is provided or there is no label information assosiated with the specified label id the method returns
an empty string.
FaceRecognizer::getLabelsByString
---------------------------------
...
...
@@ -326,7 +326,7 @@ Gets vector of labels by string.
.. ocv:function:: vector<int> FaceRecognizer::getLabelsByString(const string& str) = 0
If the string contained in a string information for a label, this label will be pushed into the vector
.
The function searches for the labels containing the specified substring in the associated string info
.
createEigenFaceRecognizer
-------------------------
...
...
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