-
Notifications
You must be signed in to change notification settings - Fork 23
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
Unable to use readme examples (except with ImageSegmentation dev'd). methoderror iterate(::Gray{Float64})
#79
Comments
A working PR is #72 |
If you were using released versions of all packages, it should have worked. If you can replicate the problem, please post the output of |
While it should work with released versions of packages, #80 also makes it possible to use the latest ColorVectorSpace/ImageCore etc. Hence I'll close this. |
same error, using a fresh install of julia 1.6.3.
|
Sorry for the inconvenience, we're still during the transition to ImageCore v0.9 stage. JuliaImages/Images.jl#971 To follow the example, currently, you have to remove |
I'm trying to follow these docs https://juliaimages.org/stable/pkgs/segmentation/
I tried starting a temp environment with
Pkg.activate(;temp=true)
to ensure it wasn't just my current environment causing issues, but the following code fails. (FFTW is just because I'm on m1, I don't think it is related to my issue).After deving ImageSegmentation itself, I was able to run those last 4 lines and get
seeded_region_growing
to work.I vaguely suspect it has something to do with ColorVectorSpace, as this was the only thing that stuck out as having a lower version, but having a tough time figuring out whats wrong.
The text was updated successfully, but these errors were encountered: