AlfTetzlaff

Results 8 comments of AlfTetzlaff

Hi, thank you for the help! In the meantime I also came up with a solution, namely reinterpreting to SVector instead of some RGB: ```julia using StaticArrays img = reinterpret(SVector{N,T},...

> I'm not sure if I understand this, can you share a complete example? Is the one from #62 enough? >There's an "experimental" package https://github.com/JuliaImages/ImageAxes.jl based on https://github.com/JuliaArrays/AxisArrays.jl However, making...

Thanks for the reply! I will try to get going using a custom color type - maybe it turns out to be much easier than with plain arrays. I have...

Good to hear that somebody (more professional than me) takes care of that! Initially I thought that AxisArrays + a convention on using :n, :c, :w/x, :h/y, :z, :t would...

Hi! I observed some things in your code which could be optimized or written the "julia way". 1) Use [StaticArrays](https://github.com/JuliaArrays/StaticArrays.jl) to store positions and velocities, instead of your self-defined mutable...

Could it be that you confused us with ms in the above graph by accident?

Cool! Have you noticed any single threaded speedup due to SVectors?

Thanks for the quick reply! I'll need some time to think into it and will give it a try. I leave the decision to close this to you, as open...