Changes between Version 40 and Version 41 of AddFilterAlgorithm
- Timestamp:
- Mar 1, 2012, 1:42:06 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddFilterAlgorithm
v40 v41 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 grouped by type. Only the internal interface routines in the middle column of Fig. 1 need to be modified and new filter-specific routines in the right column of Fig. 1 need to be implemented for a new filter.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. For a new filter algorithm, new new filter-specific routines (right column of Fig. 1) need to be implemented. These are registered in PDAF by modifying the internal interface routines in the middle column of Fig. 1. 14 14 15 15 [[Image(//pics/internal_interface.png)]]