NVIDIA 2D Image And Signal Performance Primitives (NPP)
Version 10.2.*.*
|
Primitives for computing the proximity measure between a source image and a template image. More...
Modules | |
SqrDistanceFull_Norm | |
Primitives for computing the normalized Euclidean distance between two images with full mode. |
|
SqrDistanceSame_Norm | |
Primitives for computing the normalized Euclidean distance between two images with same mode. |
|
SqrDistanceValid_Norm | |
Primitives for computing the normalized Euclidean distance between two images with valid mode. |
|
CrossCorrFull_Norm | |
Primitives for computing the normalized cross correlation between two images with full mode. |
|
CrossCorrSame_Norm | |
Primitives for computing the normalized cross correlation between two images with same mode. |
|
CrossCorrValid_Norm | |
Primitives for computing the normalized cross correlation between two images with valid mode. |
|
CrossCorrValid | |
Primitives for computing the cross correlation between two images with valid mode. |
|
CrossCorrFull_NormLevel | |
Primitives for computing the normalized cross correlation coefficient between two images with full mode. |
|
CrossCorrSame_NormLevel | |
Primitives for computing the normalized cross correlation coefficient between two images with same mode. |
|
CrossCorrValid_NormLevel | |
Primitives for computing the normalized cross correlation coefficient between two images with valid mode. |
|
Primitives for computing the proximity measure between a source image and a template image.
There are basically two approaches to compute the proximity measure for template matching, Euclidean distance and the cross correlation.
NPP computes the normalized values of Euclidean distance, cross correlation and the cross correlation coefficient.
The Euclidean distance and the cross correlation are categorized into three types, full, same, and valid.