diff --git a/modules/imgproc/include/opencv2/imgproc.hpp b/modules/imgproc/include/opencv2/imgproc.hpp index 5ee790468..1f330f20a 100644 --- a/modules/imgproc/include/opencv2/imgproc.hpp +++ b/modules/imgproc/include/opencv2/imgproc.hpp @@ -1022,6 +1022,7 @@ public: /** @brief Returns vertex location from vertex ID. @param vertex – vertex ID. + @param firstEdge – Optional. The first edge ID which is connected to the vertex. @returns vertex (x,y) */