Distortion degree measurement of distorted image

$39

Description

This Project has two sections :

one – measure the distortion degree of distorted image ‘imd’ with the reference image ‘imo’ using the Gaussian smoothed MSE.

inputs:

imo – the reference image (grayscale image, double type, 0~255)
imd – the distorted image (grayscale image, double type, 0~255)

outputs:

score: the distortion scores obtained by PAMSE


two – measure the distortion degree of distorted image ‘imd’ with the reference image ‘imo’ using the Structure MSE.

inputs:

imo – the reference image (grayscale image, double type, 0~255)
imd – the distorted image (grayscale image, double type, 0~255)

outputs:

s_d: the distortion scores obtained by SMSE using the difference operator
s_l: the distortion scores obtained by SMSE using the Laplace operator
s_gau: the distortion scores obtained by SMSE using the Gaussian gradient operator
s_log: the distortion scores obtained by SMSE using the Laplacian of Gaussian (LOG) operator

Arduino Code for Measurement and Control System

 

Measurement Devices

Reviews

There are no reviews yet.

Be the first to review “Distortion degree measurement of distorted image”