forum.alglib.net

ALGLIB forum
It is currently Sun Apr 28, 2024 6:17 am

All times are UTC


Forum rules


1. This forum can be used for discussion of both ALGLIB-related and general numerical analysis questions
2. This forum is English-only - postings in other languages will be removed.



Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: RBF interpolation of Spherical Coord points
PostPosted: Wed Nov 13, 2013 8:38 pm 
Offline

Joined: Tue Nov 05, 2013 5:24 pm
Posts: 2
Can you use the radial basis functions in ALGlib to interpolate spherical coordinates on the unit sphere

I have a bunch of theta, phi coordinates with a density value.

If I sample a new data point, not captured in the data but on the sphere, can I use the RBF2d or 3d to give me what the interpolated density value should be?


Top
 Profile  
 
 Post subject: Re: RBF interpolation of Spherical Coord points
PostPosted: Wed Nov 13, 2013 8:58 pm 
Offline

Joined: Tue Nov 12, 2013 3:49 pm
Posts: 2
Yes you can do this. The sphere is just another 2D parameter space.
Just input the samples as regular 2D coordinates into ALGLIB with 0 < elevation < PI/2 and 0 < inclination < PI.

An alternative approach is just to stick in the flat 2D cartesian space and parameterize it (http://research.microsoft.com/en-us/um/people/hoppe/sphereparam.pdf).


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: Bing [Bot] and 311 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group