Changes between Version 39 and Version 40 of AddFilterAlgorithm


Ignore:
Timestamp:
Mar 1, 2012, 1:40:43 PM (12 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AddFilterAlgorithm

    v39 v40  
    1111== PDAF's Internal Interface ==
    1212
    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.
     13Before 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.
    1414
    1515[[Image(//pics/internal_interface.png)]]