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

Script for calculating min/max #103

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open

Commits on Jul 1, 2015

  1. Initial Min_Max.py commit

    Script which calculates the min/max for a given number
    of images and resets the StatsInfo if so directed.
    joshmoore committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    c6ba1c7 View commit details
    Browse the repository at this point in the history
  2. Minor improvements

    joshmoore committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    4b10446 View commit details
    Browse the repository at this point in the history
  3. Add support for big images

    joshmoore committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    1c2b403 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9cb1874 View commit details
    Browse the repository at this point in the history
  5. Add 'default' and 'random' strategies

    Add options under the 'Choice' argument to reduce the
    processing overhead.
    
    Note: this does not yet search for random tiles across
    *all* images but rather per image
    joshmoore committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    ccabe32 View commit details
    Browse the repository at this point in the history
  6. Improve debugging logic

    joshmoore committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    a532884 View commit details
    Browse the repository at this point in the history