core/vil1/vil1_ncc.h File Reference


Detailed Description

Routines to compute normalized cross-correlation between two images.

Author:
capes@robots.ox.ac.uk

Definition in file vil1_ncc.h.

#include <vil1/vil1_memory_image_of.h>

Go to the source code of this file.


Functions

template<class I1, class I2, class O>
vil1_ncc (vil1_memory_image_of< I1 > const &, vil1_memory_image_of< I2 > const &, O *)
 Normalized cross correlation for in-core images.
template<class T1, class T2, class A>
vil1_ncc (T1 const *const *I1, int x1, int y1, T2 const *const *I2, int x2, int y2, int n, A *)
 Normalized cross-correlation on [-n, +n] x [-n, +n] neighbourhood.

Function Documentation

template<class T1, class T2, class A>
A vil1_ncc ( T1 const *const *  I1,
int  x1,
int  y1,
T2 const *const *  I2,
int  x2,
int  y2,
int  n,
A *   
)

Normalized cross-correlation on [-n, +n] x [-n, +n] neighbourhood.

No bounds checking is performed.

Definition at line 79 of file vil1_ncc.txx.

template<class I1, class I2, class O>
O vil1_ncc ( vil1_memory_image_of< I1 > const &  ,
vil1_memory_image_of< I2 > const &  ,
O *   
)

Normalized cross correlation for in-core images.

Definition at line 13 of file vil1_ncc.txx.


Generated on Mon Mar 8 05:09:34 2010 for core/vil1 by  doxygen 1.5.1