triscale-innov / Eikonal.jl

Solvers for the Eikonal equation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

img2array not accessible

donaldcummins opened this issue · comments

Running the code in the maze example I'm getting the following error on both Linux and Windows with Julia 1.10.2.

julia> using Eikonal, Images

julia> σ = Eikonal.img2array(load("maze.png"), ["white"=>1.0, "black"=>Inf])
ERROR: UndefVarError: `img2array` not defined
Stacktrace:
 [1] getproperty(x::Module, f::Symbol)
   @ Base .\Base.jl:31
 [2] top-level scope
   @ REPL[3]:1