FNCC: Template matching

Description Usage Arguments Value Examples

View source: R/FNCC.R

Description

These functions perform template matching using SAD (Sum of absolute differences), NCC (Normalized cross correlation), or FNCC (fast normalized cross correlation).

Usage

1
2
3
4
5
FNCC(trg, tmp)

SAD(trg, tmp)

NCC(trg, tmp)

Arguments

trg

A target image of Image object or an array.

tmp

A template image of Image object or an array.

Value

Returns a grayscale image.

Examples

1
2
3
FNCC()
SAD()
NCC()

tkatsuki/dipr documentation built on April 19, 2021, 7:18 p.m.