Table of Contents ▸ List of Commands ▸ Features Extraction ▸ ssd_patch | ◀ slic | ssim ▶ |
ssd_patch
Arguments:
- [patch],_use_fourier={ 0:No | 1:Yes },_boundary_conditions
Description:
Compute fields of SSD between selected images and specified patch.Argument boundary_conditions is valid only when use_fourier=0.
boundary_conditions can be { 0:Dirichlet | 1:Neumann | 2:Periodic | 3:Mirror }.
Default values:
use_fourier=0 and boundary_conditions=0.
Example of use:
image.jpg +crop 20%,20%,35%,35% +ssd_patch[0] [1],0,0