Other

Heart_Analyze, PSNR

Heart_Analyze

Description 

BYTE Heart_Analyze(
   int *Heart_X,
   int *Heart_StartY,
   int *Heart_EndY
);

This is a special function used by the application which estimates the heart rate frequency.

Parameters

int *Heart_X

int *Heart_StartY

int *Heart_EndY

Return Values

BYTE

Note

This function is used by the application which estimates the heart rate frequency by analyzing specially transformed series of heart pictures. It analyzes the binary layer.

PSNR

Description 

 PSNR(
   int  DocIdx1,
   int  DocIdx2
);

This function counts peak signal to noise ratio.

Parameters

int DocIdx1

Index of the first opened document.

int DocIdx2

Index of the second opened document.