jabooth / menpo-archive

Old frozen version of Menpo, only kept for archival purposes.
github.com/menpo/menpo
Other
6 stars 2 forks source link

ctypes/cython wrap the geodesic library #1

Closed jabooth closed 11 years ago

jabooth commented 11 years ago

At first it's probably easiest to just wrap a c function stub that calls the required algorithm and returns goedesics, worry about a more complete wrapping later. Signature: c_geodesicDistanceAndArcLengthFromSource(coords, coordsIndex, sourceIndex, polarIndex geodesics, arcLength)

jabooth commented 11 years ago

closed long ago, have cython wrappings for exact geodesic