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

Barrel and Pincushion distortions are added. #113

Open
wants to merge 38 commits into
base: main
Choose a base branch
from

Commits on Sep 5, 2021

  1. Part 1

    devrimcavusoglu committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    a885226 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Add barrel & pincushion distortion.

    - Updated code formatting.
    devrimcavusoglu committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    edb386e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61fda43 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    1cde0f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8460c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a2a05f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57c010b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d1dc24 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Revisions for functions and docstrings.

    - Intensity added for barrel and pincushion distortions.
    devrimcavusoglu committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    bcb489a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

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

Commits on Sep 17, 2021

  1. Fix tests.

    devrimcavusoglu committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    e963303 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    788ae78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe9e3ff View commit details
    Browse the repository at this point in the history
  4. Helper function added to intensity.

    - metadata json revised as to convey alphabetical order.
    devrimcavusoglu committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    8e9c7e5 View commit details
    Browse the repository at this point in the history
  5. Typof fixed.

    - Adjusted scale added to intensity to better interpret the influence of the scale parameter.
    devrimcavusoglu committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    f6eb08f View commit details
    Browse the repository at this point in the history
  6. Update augly/image/functional.py

    Co-authored-by: Zoe Papakipos <zpapakipos@users.noreply.github.com>
    devrimcavusoglu and zpapakipos authored Sep 17, 2021
    Configuration menu
    Copy the full SHA
    2112434 View commit details
    Browse the repository at this point in the history
  7. Update augly/image/functional.py

    Co-authored-by: Zoe Papakipos <zpapakipos@users.noreply.github.com>
    devrimcavusoglu and zpapakipos authored Sep 17, 2021
    Configuration menu
    Copy the full SHA
    fd7e9dd View commit details
    Browse the repository at this point in the history
  8. Update augly/image/functional.py

    Co-authored-by: Zoe Papakipos <zpapakipos@users.noreply.github.com>
    devrimcavusoglu and zpapakipos authored Sep 17, 2021
    Configuration menu
    Copy the full SHA
    5c50617 View commit details
    Browse the repository at this point in the history
  9. Update augly/image/functional.py

    Co-authored-by: Zoe Papakipos <zpapakipos@users.noreply.github.com>
    devrimcavusoglu and zpapakipos authored Sep 17, 2021
    Configuration menu
    Copy the full SHA
    ee06e38 View commit details
    Browse the repository at this point in the history
  10. Update augly/image/functional.py

    Co-authored-by: Zoe Papakipos <zpapakipos@users.noreply.github.com>
    devrimcavusoglu and zpapakipos authored Sep 17, 2021
    Configuration menu
    Copy the full SHA
    19a2edf View commit details
    Browse the repository at this point in the history
  11. Update augly/image/intensity.py

    Co-authored-by: Zoe Papakipos <zpapakipos@users.noreply.github.com>
    devrimcavusoglu and zpapakipos authored Sep 17, 2021
    Configuration menu
    Copy the full SHA
    4e3d3e8 View commit details
    Browse the repository at this point in the history
  12. Update augly/image/intensity.py

    Co-authored-by: Zoe Papakipos <zpapakipos@users.noreply.github.com>
    devrimcavusoglu and zpapakipos authored Sep 17, 2021
    Configuration menu
    Copy the full SHA
    f30c6be View commit details
    Browse the repository at this point in the history
  13. Apply suggestions from code review

    Co-authored-by: Zoe Papakipos <zpapakipos@users.noreply.github.com>
    devrimcavusoglu and zpapakipos authored Sep 17, 2021
    Configuration menu
    Copy the full SHA
    70d159c View commit details
    Browse the repository at this point in the history
  14. Update augly/image/utils.py

    Co-authored-by: Zoe Papakipos <zpapakipos@users.noreply.github.com>
    devrimcavusoglu and zpapakipos authored Sep 17, 2021
    Configuration menu
    Copy the full SHA
    a63f9b8 View commit details
    Browse the repository at this point in the history
  15. Docstrins are revised.

    - Variable names revised to be more convenient.
    - augly/image/__init__.py corrected.
    devrimcavusoglu committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    3bb1510 View commit details
    Browse the repository at this point in the history
  16. Docstring corrected.

    devrimcavusoglu committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    ba6fe56 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    22c8d8f View commit details
    Browse the repository at this point in the history
  18. Typo corrected.

    devrimcavusoglu committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    5089547 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Requested changes.

    devrimcavusoglu committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    827fc0e View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Joanna Bitton <joanna.bitton@gmail.com>
    devrimcavusoglu and jbitton authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    20e7dfb View commit details
    Browse the repository at this point in the history
  3. Return type added.

    devrimcavusoglu committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    0f0fa37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3328c7e View commit details
    Browse the repository at this point in the history
  5. Docstring corrected.

    devrimcavusoglu committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    d53d6d9 View commit details
    Browse the repository at this point in the history
  6. Docstring corrected.

    devrimcavusoglu committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    e49be96 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

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

Commits on Sep 30, 2021

  1. Bbox updates.

    devrimcavusoglu committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    6b4d850 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Configuration menu
    Copy the full SHA
    7412e8f View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Zoe Papakipos <zpapakipos@users.noreply.github.com>
    devrimcavusoglu and zpapakipos authored Oct 1, 2021
    Configuration menu
    Copy the full SHA
    c45c981 View commit details
    Browse the repository at this point in the history