PIVMat Function Reference<< Prev | Next >> 
medianf
Apply a median filter to a vector/scalar field.

Description
FF = medianf(F) applies a median filter to the scalar/vector field(s) F, 
using the function MEDFILT2 available in the Image Processing Toolbox. 
 
FF = medianf(F, [M N], ITER) specifies the size of the median filter, 
[M,N], and the number of iterations, ITER. By default, M=N=3 and 
ITER=1. 
 
FF = medianf(F, [M N], ITER, 'Property', ...) specifies: 
      'valid'   : truncates the borders (remove border effects) 
      'verbose' : displays the work in progress 
 
Example
 
   v = loadvec('*.vc7'); 
   showf(medianf(v)); 
 
See Also
interpf, filterf, bwfilterf, addnoisef, MEDFILT2. 
Published output in the Help browser 
   showdemo medianf 
 

 Previous: matrixcoordfNext: multivortex 

2005-2021 PIVMat Toolbox 4.20