Skip to content
Yan Zhao edited this page Aug 30, 2015 · 3 revisions

Welcome to the Super_Resolution wiki!

Feature Engineering:

  • For each pixel, consider 5*5 patch neighbors, calculate one-order and two-order derivatives within patch, calculate one-order and two-order derivatives within 4 neighbor patches, two color channel values, calculate Y channel values and dynamic range.
  • Total number of features: 55 + 5 + 2 + 2 + 45 = 54
  • Total number of instances: 5[no. of images] * 2000*4000[resolution] = 40M

Performance:

Clone this wiki locally