JuliaImages / ImageTransformations.jl

Geometric transformations on images for Julia
Other
46 stars 27 forks source link

Demos using CoordinateTransformations and Rotations #141

Open johnnychen94 opened 3 years ago

johnnychen94 commented 3 years ago

ImageTransformations doesn't build the transformation matrix on its own, instead, it uses CoordinateTransformations and Rotations to do it.

imrotate is an example of this, and we should probably document this so that users of ImageTransformations knows where to find it.