|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
Convolves a 3d images with a volume mask
Normal operation will imply declaration of a mask
in the form of a SArray3dC, and an apply member to convolve
the input image with the mask. Example:
SArray3dC average();
Image3dC result = average.Apply( floatimage);
Variables:
- SArray3dC mask;
-
Methods:
- Image3dFilterC()
-
Null constructor
- Image3dFilterC(SArray3dC<DataC> & mask)
-
Constructor form mask
- Image3dC<DataC> Apply(Image3dC<DataT> & input)
-
Apply the filter
|
Programmer:Manuel Segovia, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|