mirror of
https://github.com/opencv/opencv.git
synced 2025-07-30 17:37:05 +08:00
fix typo
This commit is contained in:
parent
3fbaad36d7
commit
428d93114f
@ -121,7 +121,7 @@ public:
|
||||
*
|
||||
* @param targetPt The target point
|
||||
* @param[out] contour The list of pixels which contains optimal path between the source and the target points of the image. Type is CV_32SC2 (compatible with `std::vector<Point>`)
|
||||
* @param backward Flag to indicate reverse order of retrived pixels (use "true" value to fetch points from the target to the source point)
|
||||
* @param backward Flag to indicate reverse order of retrieved pixels (use "true" value to fetch points from the target to the source point)
|
||||
*/
|
||||
CV_WRAP void getContour(const Point& targetPt, OutputArray contour, bool backward = false) const;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user