Changes between Version 38 and Version 39 of AddFilterAlgorithm
- Timestamp:
- Feb 22, 2012, 4:41:39 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddFilterAlgorithm
v38 v39 11 11 == PDAF's Internal Interface == 12 12 13 Before explaining the filter-specific routines and the calling interface of each routine, we provide an overview of the internal interface routines of PDAF. The structure of the internal interface of PDAF is depicted in Figure 1 (For the filter-specific routines, 'X' is the name of the filter algorithm). Shown are only the routines that are relevant for the implementation of a new filter method . Only the internal interface routines in the middle column of Fig. 1 and the filter-specific routines in the right column of Fig. 1 need to be considered when a new filter is implemented.13 Before explaining the filter-specific routines and the calling interface of each routine, we provide an overview of the internal interface routines of PDAF. The structure of the internal interface of PDAF is depicted in Figure 1 (For the filter-specific routines, 'X' is the name of the filter algorithm). Shown are only the routines that are relevant for the implementation of a new filter method grouped by type. Only the internal interface routines in the middle column of Fig. 1 and the filter-specific routines in the right column of Fig. 1 need to be considered when a new filter is implemented. 14 14 15 15 [[Image(//pics/internal_interface.png)]] 16 [[BR]]'''Figure 1:''' Structure of internal interface of PDAF. There are 4 interface routines (middle column) and5 filter-specific routines (right column). The three routines marked in blue are called inside the model code, while the routines marked in yellow are internal routines of PDAF.16 [[BR]]'''Figure 1:''' Structure of the internal interface of PDAF. There are 4 interface routines (middle column) that connect the generic part with filter-specific routines. For each filter there are 5 filter-specific routines (right column). The three routines marked in blue are called inside the model code, while the routines marked in yellow are internal routines of PDAF. 17 17 18 18 The separate routines are the following: The routine `PDAF_init` calls