Research Article

QDroid: Mobile Application Quality Analyzer for App Market Curators

Algorithm 3

Image comparison
Input: List of Activities
Output: List of images
()resize images to the same resolution
()convert images to gray-scale
()normalize two images
() manhattan-norm
() zero-norm
() if
   then
()  return true
() else
()  return flase
() end