ADIPVC Assignment3-paintings of Picasso and Bezille Solved

35.00 $

Category:

Description

Rate this product

Consider images of paintings of Picasso and Bezille (provided in two zip files). Write programs for the following.

For each data set perform the following operations.

(i) Randomly sample N patches of size mxmx3. Typical values of N and

m are  1000, and 8, respectively,

  • Create an over-complete set of dictionary for each of them separately using K-SVD algorithm for sparse representation. Typical value of K is 256.
  • Derive a sparse representation with q atoms of all the images for each data set using their respective dictionaries.Typical value of q is 5. Use 4-byte floating point representation for the coefficients. Implement also reconstruction of images from their sparse representation. Find the compression ratio of the representation and also the PSNR of the reconstructed images w.r.t. original images.
  • Compute minimum cost bipartite matching of two dictionaries, where cost between two atoms of each dictionary is defined by the L2 norm of their differences.
  • Transform the paintings of one artist to the other by replacing an atom with its matched partner (as computed in (iv)) and display those images and PSNR values.

Marking Policy:

  • Random sampling to generate data points for dictionary

building.: 10

  • Implementation of K-SVD algorithm. You may use library

function.: 15

  • Deriving sparse representation and reconstructing images from it: 20
  • Computation and results of compression ratio and PSNR for each images for each data set (to be provided as Tables in the report). :

15

  • Minimum cost bipartite matching: 20.
  • Transformation of paintings and reporting of results: 10
  • Report: 10

Bonus: Quality of solution (10)

You may implement your programs in  C++-OpenCV/MATLAB/ Python  with necessary user’s interfaces and visualization of your results and input.

Please provide a documentation for compiling and running the programs in a README file. The whole project should be submitted in a single tar or zip file.

  • ADIP-assignment-3-yck7tt.zip