tanchinluh / IPCV

Scilab Image Processing and Computer Vision Module
GNU General Public License v3.0
1 stars 1 forks source link

imdrawContours and imfindContours examples are also broken. #4

Open tanchinluh opened 9 months ago

tanchinluh commented 9 months ago

Issue of imdrawContours due to Matplot changes in Scilab.

S = rand(100,100,3); Matplot(S);

In Scilab 6.1.1, we get:

image

In Scilab 2024.0.0, we get:

image

Current workaround is to change the image to uint8 to show it properly