Changes To FLCC
Not logged in
    51     51     *  Fast LCC computation of 2D and 3D images of any size
    52     52     *  Fast Convolution computation of 2D and 3D images of any size
    53     53     *  Direct or Fourier domain via [http://www.fftw.org | FFTW]
    54     54     *  Single or double-precision arithmetic
    55     55     *  Streaming of multiple images with the same template
    56     56     *  Multithreaded on CPUs or CUDA on (currently) one GPU
    57     57   
    58         -Version 1.5 compiles under Linux, Linux-like, Mac OS X, and Windows (via [http://www.cygwin.com/ | Cygwin]).
           58  +Version 1.5 compiles under Linux, Mac OS X, and Windows (via [http://www.cygwin.com/ | Cygwin]).
    59     59   
    60     60   <h3>Related Publications</h3>
    61     61   
    62     62     #  X. Sun, N. P. Pitsianis, and P. Bientinesi, [http://www.cs.duke.edu/~nikos/reprints/C-027-LCC-SPIE.pdf | Fast computation of local correlation coefficients], Proc. SPIE 7074, 707405 (2008)
    63     63     #  G. Papamakarios, G. Rizos, N. P. Pitsianis, and X. Sun [http://www.cs.duke.edu/~nikos/reprints/C-032-LCCGPU-SPIE09.pdf | Fast computation of local correlation coefficients on graphics processing units], Proc. SPIE 7444, 744412 (2009)
    64     64   
    65     65   This work was supported in part by NSF, a Marie Curie IR grant and equipment donation by NVIDIA.
    66     66   
    67     67   ---
    68     68   
    69     69   This is a self hosted [http://www.fossil-scm.org | fossil] repository.