Skip to content

Commit ccc91b7

Browse files
FantasqueXNanQin555
authored andcommitted
fix typo
1 parent 2b8e968 commit ccc91b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/imgproc/include/opencv2/imgproc/segmentation.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ class CV_EXPORTS_W_SIMPLE IntelligentScissorsMB
121121
*
122122
* @param targetPt The target point
123123
* @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>`)
124-
* @param backward Flag to indicate reverse order of retrived pixels (use "true" value to fetch points from the target to the source point)
124+
* @param backward Flag to indicate reverse order of retrieved pixels (use "true" value to fetch points from the target to the source point)
125125
*/
126126
CV_WRAP void getContour(const Point& targetPt, OutputArray contour, bool backward = false) const;
127127

0 commit comments

Comments
 (0)