Compute

Compute the structural similarity (SetReference must have been called before).

Syntax

Definition:

HRESULT Compute(
    ITcVnImage*  ipSrcImage,
    ITcVnImage*& ipSSIM
)

Parameters

Name

Type

Description

ipSrcImage

ITcVnImage*

Source image (USINT)

ipSSIM

ITcVnImage*&

Returns the SSIM (REAL, values from 0 to 1)

Compute 1: Return value

HRESULT