Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filtering #2

Merged
merged 14 commits into from
Apr 25, 2012
Merged

Filtering #2

merged 14 commits into from
Apr 25, 2012

Commits on Apr 10, 2012

  1. interpolation: add header to common

    this header contains all the necessary functions to compute
    a lanczos filter for interpolation, and apply it
    
    Signed-off-by: Edouard Gomez <[email protected]>
    edgomez authored and hanatos committed Apr 10, 2012
    Configuration menu
    Copy the full SHA
    30be37e View commit details
    Browse the repository at this point in the history
  2. interpolation: enable lanczos interpolation in lens module

    Signed-off-by: Edouard Gomez <[email protected]>
    edgomez authored and hanatos committed Apr 10, 2012
    Configuration menu
    Copy the full SHA
    853c7bc View commit details
    Browse the repository at this point in the history
  3. interpolation: use lanczos in clipping module (rotation)

    Signed-off-by: Edouard Gomez <[email protected]>
    edgomez authored and hanatos committed Apr 10, 2012
    Configuration menu
    Copy the full SHA
    76cced1 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2012

  1. merge master

    edgomez committed Apr 21, 2012
    Configuration menu
    Copy the full SHA
    5e9dc84 View commit details
    Browse the repository at this point in the history
  2. filtering: some fixups

    - turn the filter size into a module static const
    - fixed roi for lens module
    edgomez committed Apr 21, 2012
    Configuration menu
    Copy the full SHA
    63e3005 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dac323c View commit details
    Browse the repository at this point in the history
  4. interpolation: add framework for more interpolation functions

    - add a framework for more interpolators
    - funcs now start with _ for private functions
    - funcs now start with dt_interpolation_ for public functions
    - add bilinear interpolation function + interpolator entry
    - add a lanczos2 interpolator entry
    - add a lanczos3 interpolator entry
    edgomez committed Apr 21, 2012
    Configuration menu
    Copy the full SHA
    8ccaac1 View commit details
    Browse the repository at this point in the history
  5. interpolation: add user preference selector

    - add preference entry to schema
    - add function helper to retrieve interolator type
    - use it for lens and clipping
    edgomez committed Apr 21, 2012
    Configuration menu
    Copy the full SHA
    3cf95ab View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2012

  1. Configuration menu
    Copy the full SHA
    10bd4ee View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2012

  1. Configuration menu
    Copy the full SHA
    0393632 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b077dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6d90be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e2d427 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2012

  1. Configuration menu
    Copy the full SHA
    38e4950 View commit details
    Browse the repository at this point in the history