User Documentation
Centre for Vision, Speech & Signal Processing
DEVELOP IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
IPSpatFilterC::IPSpatFilterC(void)
IPSpatFilterC::IPSpatFilterC(UIntT,UIntT,DirnT,ResizeT,PadT,HalfPixShiftT)
IPSpatFilterC
 
Container for generic spatial filter parameters
 
include "amma/Image/IPSpatFilter.hh"
User Level:Default
Library:IPLinear
Example:exIPStatistic2d.cc
Section:Image.Image Processing.Spatial_Filters
In Scope:std

Comments:
The class contains information about how the border region of the image is to be processed and also how to shift the image if an even-sized symmetrical mask is used.

Derived Classes: Variables:
Methods:
IPSpatFilterC()

IPSpatFilterC(UIntT Rows,UIntT Cols,DirnT Direction,ResizeT Resize,PadT Pad,HalfPixShiftT Shift)
Constructor with all params
Rowsvertical mask size
Colshorizontal mask size
Resizeo/p image size w.r.t i/p image: Erode, Original, Expand
Padpad extended image: PadBlack, PBRescale, Repeat, Reflect
Shiftif mask size is even, o/p is 1/2 pixel offset w.r.t. i/p, so 1/2 pixel shift is either: ShiftUL, ShiftDR

See IPSpatFilterN for explanation of parameter values



Programmer:Bill Christmas, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001