opencv - drawContours differences between linux and windows -
i find out differences in drawcontour behaviour between windows , linux : following code prints filled contour on windows expect :
drawcontours( imin, contours, -1, color, cv_filled, 8 );
however on linux, contour drawn not filled. not using same version of opencv ( 2.4.5 on windows, 2.4.0 on linux), has seen similar ?
thank you.
actually, list of points in countours differents : repeated 1 time (why don't know). same inputs, drawcontours results indeed same.
Comments
Post a Comment