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

dnn: fix various dnn related typos

Fixes source comments and documentation related to dnn code.
This commit is contained in:
luz paz
2022-03-18 17:15:14 -04:00
parent 90671233c6
commit 8e8e4bbabc
13 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -389,7 +389,7 @@ CV__DNN_INLINE_NS_BEGIN
/**
* @brief "Deattaches" all the layers, attached to particular layer.
* @brief "Detaches" all the layers, attached to particular layer.
*/
virtual void unsetAttached();
@@ -1579,7 +1579,7 @@ public:
* - top-right
* - bottom-right
*
* Use cv::getPerspectiveTransform function to retrive image region without perspective transformations.
* Use cv::getPerspectiveTransform function to retrieve image region without perspective transformations.
*
* @note If DL model doesn't support that kind of output then result may be derived from detectTextRectangles() output.
*