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

Add progressive web app config, and minor bugfix for symbol decoding #81

Merged
merged 3 commits into from
Nov 30, 2023

Commits on Aug 30, 2023

  1. Progressive web app stuff

    sz3 committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    d25cd4d View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Change params for symbol decode's adaptiveThreshold operation

    The negative constant (-5) with blockSize=3 is an overfit for 8x8 cimbar
    based on my current (371 frame) trial set.
    
    blockSize=3 or 5 or 7 aren't *too* different if the subtraction constant
    is set to 0 (and intuitively maybe it *should* be).
    7 seems slighly worse than the other two, and 5 (marginally) the best.
    
    When the sharpen kernel is enabled, 7 and 5 are more or less identical
    (3 is worse), but 7 seems best
    sz3 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    106809c View commit details
    Browse the repository at this point in the history
  2. Bump version

    sz3 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    5b4b70d View commit details
    Browse the repository at this point in the history