Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Interpolation by Optimization ds s

I have the following interpolation problem:

Given an M by N channel image (1 Channel).
A certain set of pixels are defined as anchors. The rest of the pixels should be interpolated using the original data by minimizing the follwoing cost function:

image description

Where E is the new matrix of interpolated pixels and I is the original image.
Pay attention that the interpolated image equals the original image at the anchor pixels.

The inteprolation weights are given by:

image description

My question is, how can I formalize it in Weighted LS form?
Any optimization could be made to solve it quickly and efficiently?

This interpolation could be used as a minimization for many application in image processing (Edge Preserving Interpolation, Colorization, etc...).

Thank You.

Interpolation by Optimization ds sOptimization

I have the following interpolation problem:

Given an M by N channel image (1 Channel).
A certain set of pixels are defined as anchors. The rest of the pixels should be interpolated using the original data by minimizing the follwoing cost function:

image description

Where E is the new matrix of interpolated pixels and I is the original image.
Pay attention that the interpolated image equals the original image at the anchor pixels.

The inteprolation weights are given by:

image description

My question is, how can I formalize it in Weighted LS form?
Any optimization could be made to solve it quickly and efficiently?

This interpolation could be used as a minimization for many application in image processing (Edge Preserving Interpolation, Colorization, etc...).

Thank You.