JuliaImages / ImageView.jl

Interactive display of images and movies
MIT License
134 stars 32 forks source link

Feature request: quiver function (arrows representing a gradient field) #35

Open kmsquire opened 10 years ago

kmsquire commented 10 years ago

The quiver function in matlab/matplotlib draws arrows according to a given (dx, dy) gradient field.

kmsquire commented 10 years ago

(PyPlot has one, but the mismatch in axes requires that I do some unusual transforms to my gradient matrices for them to display properly.)

timholy commented 10 years ago

Just checking in to say I agree this would be extremely useful. Obviously the framework in Annotations is basically there to do this. Presumably the hard work is in deciding how to subsample the voxel data? I'd guess that having 10^6 arrows isn't all that useful?

kmsquire commented 10 years ago

Yeah, I really was putting this here as a note. I'll probably get to it at some point, though I wouldn't mind at all if someone else implemented if first. :-)