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:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user