I am using surface plots and sometimes have missing grid data points.
I'd like to interpolate or curve fit to fill in the missing points in the surface.
Any ideas on methods for doing this ?
Thanks,
Later,
Paul
Sparse data in surface plots
-
- Advanced
- Posts: 103
- Joined: Tue Mar 02, 2004 5:00 am
- Location: Bad Wurzach
- Contact:
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Paul,
You can find an example for that at the TeeChart features demo, available at its program group. The example can be found at What's New?\New in Series\Surface Speed\Surface Smoothing.
You can find an example for that at the TeeChart features demo, available at its program group. The example can be found at What's New?\New in Series\Surface Speed\Surface Smoothing.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Advanced
- Posts: 103
- Joined: Tue Mar 02, 2004 5:00 am
- Location: Bad Wurzach
- Contact:
Hi Paul,
one thing you can do is to iterate through all the data added checking which are the missing points and then add them as extra data to the Series.
one thing you can do is to iterate through all the data added checking which are the missing points and then add them as extra data to the Series.
Pep Jorge
http://support.steema.com
http://support.steema.com
-
- Advanced
- Posts: 103
- Joined: Tue Mar 02, 2004 5:00 am
- Location: Bad Wurzach
- Contact:
Yes, I'd love to add in the missing data, and that is what my basic question is about ... how to calculate / interpolate the missing data based on the known surface points around the missing data such that the surface appears smooth.
The surface is in fact the reconstruction of the retina of the human eye from stereo fundus images. Parts of the image surface can't be calulated due to realities of image quality and artifacts.
I know there are techniques called 'cubic b-spline' interpolation that can calculate missing 3d data from known control points.
So my questions is, does anyone have an implimentation of that or any other technique that works within the context of Tchart surface plots ?
Thanks in advance for any info.
Later,
Paul
The surface is in fact the reconstruction of the retina of the human eye from stereo fundus images. Parts of the image surface can't be calulated due to realities of image quality and artifacts.
I know there are techniques called 'cubic b-spline' interpolation that can calculate missing 3d data from known control points.
So my questions is, does anyone have an implimentation of that or any other technique that works within the context of Tchart surface plots ?
Thanks in advance for any info.
Later,
Paul