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

Added working otsu and mean thresholding #14

Closed
wants to merge 15 commits into from
Closed

Commits on Aug 7, 2019

  1. Configuration menu
    Copy the full SHA
    78ea844 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rust-cv#12 from stefan-k/conv_borders

    include border in convolution
    xd009642 authored Aug 7, 2019
    Configuration menu
    Copy the full SHA
    f229d59 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

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

Commits on Aug 17, 2019

  1. Add Padding implementation

    Added no padding and constant padding
    xd009642 committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    a6beac2 View commit details
    Browse the repository at this point in the history
  2. Run Cargo fmt

    xd009642 committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    766346c View commit details
    Browse the repository at this point in the history
  3. Added zero padding

    xd009642 committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    5396d7d View commit details
    Browse the repository at this point in the history
  4. Moved to use ZeroPadder with conv

    Now just need to make the padder injectable for convolutions
    xd009642 committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    bc2e4d7 View commit details
    Browse the repository at this point in the history
  5. Integrated padding strategies into conv

    Also added a changelog
    xd009642 committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    3dd2499 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f9bcee View commit details
    Browse the repository at this point in the history
  7. Bump dependencies

    xd009642 committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    df29eb1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9165478 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f917fe4 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

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

Commits on Aug 29, 2019

  1. Configuration menu
    Copy the full SHA
    52a0557 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    591d984 View commit details
    Browse the repository at this point in the history