aimstil  5.0.5
convolution.h File Reference
#include "til/til_common.h"
Include dependency graph for convolution.h:

Go to the source code of this file.

Namespaces

 til
 Belongs to package Box Do not include directly, include til/Box.h instead.
 

Functions

template<typename Extrapolation , typename TImageIn , typename TImageMask , typename TImageOut >
void til::correlation (const TImageIn &im, const TImageMask &mask, TImageOut &out)
 Correlation between an image and a mask. More...
 
template<typename Extrapolation , typename TImageIn , typename TImageMask , typename TImageOut >
void til::correlationSN (const TImageIn &im, const TImageMask &mask, TImageOut &out)
 So-called 'Symmetric Neighbor' correlation. More...