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

recursive convolution for Gaussian smoothing and derivative kernels #341

Open
wants to merge 17 commits into
base: version-1-11-rc
Choose a base branch
from
Open

recursive convolution for Gaussian smoothing and derivative kernels #341

wants to merge 17 commits into from

Commits on Mar 10, 2016

  1. add recursive approximation of Gaussian filters

    Sven Peter committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    64b39a5 View commit details
    Browse the repository at this point in the history
  2. test recursive deriche convolution on lenna.gif

    Sven Peter committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    6b90457 View commit details
    Browse the repository at this point in the history
  3. run deriche tests as double instead of float

    Sven Peter committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    00dcaaa View commit details
    Browse the repository at this point in the history
  4. use smaller test image for deriche convolution tests

    Sven Peter committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    676b366 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ec8ab4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5a5549 View commit details
    Browse the repository at this point in the history
  7. remove outdated code

    Sven Peter committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    467e075 View commit details
    Browse the repository at this point in the history
  8. cleanup: kernel tags

    Sven Peter committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    486f657 View commit details
    Browse the repository at this point in the history
  9. cleanup: remove redundant enum and void

    Sven Peter committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    4ac3950 View commit details
    Browse the repository at this point in the history
  10. cleanup

    Sven Peter committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    f9e5cc5 View commit details
    Browse the repository at this point in the history
  11. cleanup

    Sven Peter committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    9e6dfc4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    36c6a95 View commit details
    Browse the repository at this point in the history
  13. documentation

    Sven Peter committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    2386753 View commit details
    Browse the repository at this point in the history
  14. more docs

    Sven Peter committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    cb018bf View commit details
    Browse the repository at this point in the history
  15. fix doc

    Sven Peter committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    92e575c View commit details
    Browse the repository at this point in the history
  16. fix potentially undefined iterator behavior

    Sven Peter committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    ab9d460 View commit details
    Browse the repository at this point in the history
  17. fix warnings for unused parameters

    Sven Peter committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    5e0a851 View commit details
    Browse the repository at this point in the history