Go to the source code of this file.
|
| | til |
| | Belongs to package Box Do not include directly, include til/Box.h instead.
|
| |
|
| 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...
|
| |