We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c041796 commit 1e71bfdCopy full SHA for 1e71bfd
src/visualization/draw_util.cpp
@@ -19,7 +19,7 @@ namespace visualization
19
20
void draw(drawer_type & drawer, contour_2f const & cnt, bool draw_vertices)
21
{
22
- contour_circulator beg(cnt), it = beg;
+ contour_circulator_f beg(cnt), it = beg;
23
24
do
25
0 commit comments