Add additional projections #7
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
transform
Issue related to ropy.transform
In addition to a perspective projection via
perspective_frustum
there are a few more functions that are viable to include:perspective_focal(focal_length, image_shape)
which is the same asperspective_frustum
but takes thefocal_length
directlyparallel(direction, image_shape)
which gives us access to the family of parallel projectionsstereographic(radius, image_shape)
which gives us access to stereographic projectionsperspective_frustum
in N dimensionsBonus points if we can write them in a general, N-dimensional way. This would give us some really nice visualization power for higher dimensional spaces (e.g. joint-space). In this case, the proposed signature may have to change.
The text was updated successfully, but these errors were encountered: