Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

imdrawContours and imfindContours examples are also broken. #4

Open
tanchinluh opened this issue Nov 27, 2023 · 1 comment
Open

imdrawContours and imfindContours examples are also broken. #4

tanchinluh opened this issue Nov 27, 2023 · 1 comment

Comments

@tanchinluh
Copy link
Owner

No description provided.

tanchinluh added a commit that referenced this issue Dec 2, 2023
@tanchinluh
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant