Skip to content
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.

Interpolation Detection #16

Open
maustinstar opened this issue Jan 8, 2019 · 0 comments
Open

Interpolation Detection #16

maustinstar opened this issue Jan 8, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@maustinstar
Copy link
Owner

SuperRes intends to outperform Bilinear and Bicubic interpolation (aka "Digital Zoom"). However, these algorithmic forms of enhancement are usually "baked in" to many images that the app enhances.

Current Image Processing Chain:
Original Capture → Digital Zoom → SuperRes

Because SuperRes is meant to replace Bilinear and Bicubic interpolation, we want to apply SuperRes first.

Ideal Image Processing Chain:
Original Capture → SuperRes → Digital Zoom

However, because Digital Zoom is "baked in", we need a way to estimate the original image given a scaled photo. E.g. An algorithmic method of detecting an interpolation rate (digital scale factor)

Functional Image Processing Chain:
(Original Capture → Digital Zoom) → Approximate Original Capture → SuperRes → Digital Zoom

@maustinstar maustinstar added the enhancement New feature or request label Jan 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant