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

coords_spatial not defined #93

Closed
feanor12 opened this issue May 6, 2021 · 3 comments
Closed

coords_spatial not defined #93

feanor12 opened this issue May 6, 2021 · 3 comments

Comments

@feanor12
Copy link

feanor12 commented May 6, 2021

I think this might be caused by the renaming planned
https://github.com/JuliaImages/Images.jl/issues/767

[92ff4b2b] ImageFeatures v0.4.5
[916415d5] Images v0.24.1

Works in Images v0.24.0

UndefVarError: coords_spatial not defined

findlocalmaxima(::Matrix{Int64})@algorithms.jl:427
var"#hough_circle_gradient#77"(::Int64, ::Int64, ::Int64, ::typeof(ImageFeatures.hough_circle_gradient), ::Matrix{Bool}, ::Matrix{Float64}, ::UnitRange{Int64})@houghtransform.jl:204
hough_circle_gradient(::Matrix{Bool}, ::Matrix{Float64}, ::UnitRange{Int64})@houghtransform.jl:163
(::Main.workspace65.var"#1#2")(::String)@Local: 8
iterate@generator.jl:47[inlined]
_collect(::Vector{String}, ::Base.Generator{Vector{String}, Main.workspace65.var"#1#2"}, ::Base.EltypeUnknown, ::Base.HasShape{1})@array.jl:691
collect_similar(::Vector{String}, ::Base.Generator{Vector{String}, Main.workspace65.var"#1#2"})@array.jl:606
map(::Function, ::Vector{String})@abstractarray.jl:2294
top-level scope@Local: 3
@johnnychen94
Copy link
Member

coords_spatial has not changed for years, and there are no related changes during Images 0.24.0 and 0.24.1, perhaps it's other issue that triggers this error. Could you provide a minimal working example that I can run and check?

@feanor12
Copy link
Author

feanor12 commented May 6, 2021

Thanks for the fast feedback.
I tried on a new environment and it seems to work with 0.24.1.
I'll try to see if I can find the root cause in my other setup.

@feanor12
Copy link
Author

feanor12 commented May 7, 2021

I updated the failing project again and I cant reproduce the error anymore.

@feanor12 feanor12 closed this as completed May 7, 2021
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

2 participants