Changes To FLCC
Not logged in
    32     32     </td><td>
    33     33       [http:doc/tip/www/performance_plots.wiki | Performance]
    34     34     </td></tr>
    35     35     </table>
    36     36   </td></tr>
    37     37   </table>
    38     38   
    39         -<h3>Description</h3>
    40     39   
    41     40   The Fast Local Correlation Coefficients (FLCC) Library is a software tool that provides an interface for the fast computation of two fundamental image processing operations: the distribution of Correlation Coefficients with Local Normalization (also known as LCCs) and the sum of Convolution, between an image (or a stream of images) and an image template. LCCs and Convolution are basic image-based information processing steps that find numerous applications in a wide spectrum of areas concerning image processing and computer vision, such as template or pattern matching, image registration, motion detection and many more. 
    42     41   
    43         -FLCC provides users with a simple yet powerful interface for carrying out the computations. The performance benefit is achieved by the following routes:
           42  +<h3>Features</h3>
           43  +
           44  +FLCC provides a simple yet powerful interface for carrying out the computations. The performance benefit is achieved by the following routes:
    44     45     *  FLCC implements a set of optimized fast algorithms for computing LCCs or convolutions.
    45     46     *  It fully exploits parallel architectures, namely multicore CPU processors and manycore GPU devices. 
    46         -  *  The FLCC planner automatically selects the most appropriate algorithm (direct or Fourier domain) and device (CPU or GPU) combination, depending on the size of the input and the capability of the computer it runs on. 
    47         -
    48         -<h3>Features</h3>
           47  +  *  The FLCC planner automatically selects the most appropriate algorithm (direct or Fourier domain) and device (CPU or GPU) combination, depending on the size of the input and the capability of the computer. 
    49     48   
    50     49   The FLCC Library Version 1.5 features:
    51     50   
    52     51     *  Fast LCC computation of 2D and 3D images of any size
    53     52     *  Fast Convolution computation of 2D and 3D images of any size
    54     53     *  Direct or Fourier domain via [http://www.fftw.org | FFTW]
    55     54     *  Single or double-precision arithmetic