FemtoScan Online SDK Documentation
Evaluate 2-dimensional bilinear spline.
Evaluate spline with given strides and put result in initial array.
Reference points are evaluated with given spacing on x and y (stride). For boundary
condition first derivative continuity assumed.
- Source:
- ../fmutl/mathlp.h:319
- Author:
- ATC
- Version:
- 1.0
- Params:
| data
| initial and final data array.
|
| nx
| number of points on x dimension.
|
| ny
| number of points on y dimension.
|
| length
| number of elements in the array.
|
| x_stride
| spacing for reference points evaluation on X axis.
|
| y_stride
| spacing for reference points evaluation on Y axis.
|
- Code:
| public extern "C" FMUTL_API void b_spline_2d ( | float * data , |
| | unsigned nx , |
| | unsigned ny , |
| | unsigned x_stride , |
| | unsigned y_stride ) |
(C) Advanced Technologies Center, 2002-2006
For support contact us at fsdev@nanoscopy.net