Skip to main content
. 2020 Nov 12;20(22):6457. doi: 10.3390/s20226457
Algorithm 1: Quality Estimation of Stitched Image
Input: Si = Segmented Image
Output: Quality Score Qs
Prepossessing:
Steps:
1: Read the segmented image and perform regions fragmentation using binary masks.
  Fragmenti = image_fregmentation (Si)
2: Extract the distorted region using fragmented regions.
  Regioni = region_extraction (Fragmenti)
3: Compute the pixel wise ratio of distortion-free image area.
  Qs = (l=1nirjcRl(i,j)W×H)