mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Drop cv:: prefix from cv::String used inside the cv namespace
This commit is contained in:
@@ -48,7 +48,7 @@ Class for loading the data from a ``.csv`` file.
|
||||
void set_miss_ch( char ch );
|
||||
char get_miss_ch() const;
|
||||
|
||||
const std::map<cv::String, int>& get_class_labels_map() const;
|
||||
const std::map<String, int>& get_class_labels_map() const;
|
||||
|
||||
protected:
|
||||
...
|
||||
@@ -245,7 +245,7 @@ CvMLData::get_class_labels_map
|
||||
-------------------------------
|
||||
Returns a map that converts strings to labels.
|
||||
|
||||
.. ocv:function:: const std::map<cv::String, int>& CvMLData::get_class_labels_map() const
|
||||
.. ocv:function:: const std::map<String, int>& CvMLData::get_class_labels_map() const
|
||||
|
||||
The method returns a map that converts string class labels to the numerical class labels. It can be used to get an original class label as in a file.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user