1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Add a file with preprocessing parameters for deep learning networks

This commit is contained in:
Dmitry Kurtaev
2018-09-20 17:59:04 +03:00
parent 87b1835cb6
commit ad5898224d
12 changed files with 435 additions and 104 deletions
@@ -542,6 +542,11 @@ public:
*/
CV_WRAP_AS(at) FileNode operator[](int i) const;
/** @brief Returns keys of a mapping node.
@returns Keys of a mapping node.
*/
CV_WRAP std::vector<String> keys() const;
/** @brief Returns type of the node.
@returns Type of the node. See FileNode::Type
*/