PIVMat Function Reference<< Prev | Next >> 
interpf
Interpolate missing data

Description
FF = interpf(F), returns fields where missing data are interpolated. 
"Missing data" are elements 0 or NaN. Based on "inpaint_nans" by 
J. D'Errico. 
 
FF = interpf(F, METHOD) specifies the method number (default is 0). 
Edit the file 'inpaint_nans' in the directory 'private' to see the 
definitions of the various methods. 
 
Example
 
   v = loadvec('*.vc7'); 
   showf(interpf(v)); 
 
See Also
medianf, filterf, nantozerofield, zerotonanfield. 
Published output in the Help browser 
   showdemo interpf 
 

 Previous: imvectomovieNext: jpdfscal 

2005-2021 PIVMat Toolbox 4.20