1 / 1

k flow

Problem: iid & jjd are static if image size is constant, no math required. Trivializes too much to do that. Solution: let the input size be dynamic. Pre-allocate memory for ‘maximum size’, write to subset.

Download Presentation

k flow

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Problem: iid & jjd are static if image size is constant, no math required. Trivializes too much to do that. Solution: let the input size be dynamic. Pre-allocate memory for ‘maximum size’, write to subset. Problem: only one distortion parameter is allowed and hardcoded currently, with a huge lookup table Solution: use a condensed lookup table with 5 coefficients per distortion scale, allow 256 values of distortion level (range 0 to 1). Previous lookup table contained a value X. Now X is computed as power series of radius at a pixel, coefficients given.

More Related