这是一篇来自加拿大的关于实现一个基于线性回归的高效解识别算法的数码相机彩色浮雕作业代写

 

1 Problem Description

Photo sensors are in general sensitive to a wide range of visible light spectrum, unable to distinguish between colours. To achieve colour imaging, modern digital cameras employ colour filter array (CFA) allowing each pixel to sense only one of the three primary colours. A raw image captured by this type of camera is a mosaic of colour pixels laid out in the so-called Bayer Pattern. Full colour images we commonly use are digitally restored from such raw images using demosaicing algorithms.

In this project, your task is to implement a highly effective demosaicing algorithm based on linear regression.

Most natural images are piecewise smooth with high correlations among adjacent pixels and among colour channels. Thus, each missing component in a mosaic image is approximately a linear combination of the surrounding known pixels. For instance, given a mosaic patch X as follows,it is possible to approximate the missing green component g at the centre using the inner product of some coefficient matrix A and X, i.e.,

g g˜ = A, X=5Xi=15Xj=1ai,jxi,j .

The optimal A can be learned from a large number of sample patches similar to X. Suppose that we have n such mosaic patches X1, X2, . . . , Xn and their corresponding ground truth missing centre green component g1, g2, . . . , gn, then the optimal A is a matrix that minimizes the approximation error as follows,

minA nXk=0(A, Xk⟩ − gk) 2 .

This is a tractable linear least square problem. Please note that matrix A only predicts the green component; for the missing blue component, a different matrix, say Z, should be used following the same approach,

minB nXk=0(Z, Xk⟩ − bk) 2 .

where b1, b2, . . . , bn are the corresponding ground truth centre blue components. Additionally, A, Z  only apply to mosaic patches with the same pattern as X above. For each of the other three different mosaic patterns as follows,we need to use different coefficient matrices to predict the missing colour components. Therefore, 8 coefficient matrices are required in total.

2 Tasks and Requirements

To implement the linear regression based demosaicing algorithm, you can follow the steps below.

  1. Simulate the 4 types of mosaic patches from full-colour patches.
  2. Solve the linear least square problem for each case and get the 8 optimal coefficient matrices.
  3. Apply the matrices on each patch of a simulated mosaic image to approximate the missing colours.
  1. Measure the RMSE between the demosaiced image and the ground truth.
  2. Run your program on test raw mosaic data of our choice (to be released prior to deadline),and record the process and output results in video, and submit this demo video.

You need to write a report detailing your implementation and experimental results. You should compare the performance of the algorithm with the builtin demosaic(…) function in Matlab.

Bonus: Up to 25 percent bonus will be given to students whose algorithm can outperform our benchmark algorithm.


EasyDue™ 支持PayPal, AliPay, WechatPay, Taobao等各种付款方式!

E-mail: easydue@outlook.com  微信:easydue


EasyDue™是一个服务全球中国留学生的专业代写公司
专注提供稳定可靠的北美、澳洲、英国代写服务
专注提供CS、统计、金融、经济、数学等覆盖100+专业的作业代写服务