projects
/
platform
/
upstream
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17c430d
)
Corrected Comment as requested by reviewer.
author
kadi soheib
<ksoheib@yahoo.com>
Fri, 31 Jul 2020 20:43:38 +0000
(23:43 +0300)
committer
kadi soheib
<ksoheib@yahoo.com>
Fri, 31 Jul 2020 20:43:38 +0000
(23:43 +0300)
modules/dnn/include/opencv2/dnn/all_layers.hpp
patch
|
blob
|
history
diff --git
a/modules/dnn/include/opencv2/dnn/all_layers.hpp
b/modules/dnn/include/opencv2/dnn/all_layers.hpp
index fb211fe46ba6afb4a59d4c2583016744b1d76232..c9455ab528ab0050cb0a53e57962cfa6608a5256 100644
(file)
--- a/
modules/dnn/include/opencv2/dnn/all_layers.hpp
+++ b/
modules/dnn/include/opencv2/dnn/all_layers.hpp
@@
-599,11
+599,12
@@
CV__DNN_EXPERIMENTAL_NS_BEGIN
};
/**
- * @brief
d
etection output layer.
+ * @brief
D
etection output layer.
*
* The layer size is: @f$ (1 \times 1 \times N \times 7) @f$
- * where N is
the number of detections after nms, and e
ach row is:
+ * where N is
[keep_top_k] parameter multiplied by batch size. E
ach row is:
* [image_id, label, confidence, xmin, ymin, xmax, ymax]
+ * where image_id is the index of image input in the batch.
*/
class CV_EXPORTS DetectionOutputLayer : public Layer
{