Julia code to display images in Icy
In Julia there are many frameworks to display images, so why not adding another ?
The idea is to be able to use all the tools from Icy and its nice GUI.
- In Icy
open icyJulia plugin
Then launch it
Start the plugin
Now you can switch to Julia:
- Julia
include("icyJulia.jl")
icy_imshow(data)
icy_imshow(data, "ImageName")
Because of java limitations, only Int32, Int64, Float32, Float64
types are supported, so please convert your data before using icy_imshow
.