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

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -