JuliaImages / Images.jl

An image library for Julia
http://juliaimages.org/
Other
533 stars 141 forks source link

Image transform #571

Closed SimonDanisch closed 7 years ago

SimonDanisch commented 7 years ago

Sorry, I lost a little bit the overview of what is possible with which library. How do I get the transformed Image from e.g. m::Mat{3, 3} * Image ? Like what I would need for image stitching! I guess it's fairly straight forward to implement, I just don't want to reinvent the wheel here ;)

Best, Simon

timholy commented 7 years ago

Do you actually mean a spatial transform? The future is CoordinateTransformations.jl (old library: AffineTransforms.jl).

SimonDanisch commented 7 years ago

I'm using Interpolations for now, to lookup the distorted image grid ;)