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

Release 2.12.0 #568

Merged
merged 65 commits into from Feb 12, 2018
Merged

Release 2.12.0 #568

merged 65 commits into from Feb 12, 2018

Commits on Apr 6, 2016

  1. Added feature for thresholding. Open with option mode=threshold to

    activate. Turns pixels white or black based on a boolean equation
    chosen by the student.
    Andrew Bell committed Apr 6, 2016
    Copy the full SHA
    254d0af View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2016

  1. Added greyscale thresholding and blurring

    Blurring has options for median, mean and custom masks. Can be applied
    with greyscaled image or rgb image and can also apply salt and pepper
    noise to the image before hand. Access to features is via ?mode=blur or
    ?mode=thresholdgreyscale
    Andrew Bell committed Apr 7, 2016
    Copy the full SHA
    cb209aa View commit details
    Browse the repository at this point in the history
  2. Added gaussian blurring

    Blur page now has ability to do gaussian blurring.
    Andrew Bell committed Apr 7, 2016
    Copy the full SHA
    c0681ef View commit details
    Browse the repository at this point in the history
  3. Moved noise adder to bottom of menu

    Also added checkbox for absolute value option if using custom grid in
    blur
    Andrew Bell committed Apr 7, 2016
    Copy the full SHA
    7ab4145 View commit details
    Browse the repository at this point in the history
  4. Added loading gif

    Andrew Bell committed Apr 7, 2016
    Copy the full SHA
    bff870b View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2016

  1. Small optimisations

    Andrew Bell committed Apr 8, 2016
    Copy the full SHA
    8fbb981 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2016

  1. Added Edge Detection interactive

    Also did some refactoring of blur interactive
    Andrew Bell committed Apr 9, 2016
    Copy the full SHA
    8326624 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2016

  1. Refactored to speed up custom grid application

    Andrew Bell committed Apr 11, 2016
    Copy the full SHA
    b08160f View commit details
    Browse the repository at this point in the history
  2. Added calculation of frames per second. Also changed markdownsection …

    …to allow for multiple parameters in an interactive. Someone should probably check this for security and make sure I haven't broken any other interactives?
    Andrew Bell committed Apr 11, 2016
    Copy the full SHA
    5b67975 View commit details
    Browse the repository at this point in the history
  3. Added default pictures to choose from.

    Picture picker will be supplied if Will be supplied if option
    picturepicker is given.
    Andrew Bell committed Apr 11, 2016
    Copy the full SHA
    8314caf View commit details
    Browse the repository at this point in the history
  4. Added some noisy images to noise reduction interactive

    Andrew Bell committed Apr 11, 2016
    Copy the full SHA
    ed9664c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2016

  1. Added caching

    Scrolls through pictures much faster now.
    Andrew Bell committed Apr 26, 2016
    Copy the full SHA
    bd2f715 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2016

  1. Fixed cache size

    Was using size of canvas rather than size of image as cache. Also
    turned off animation.
    Andrew Bell committed May 4, 2016
    Copy the full SHA
    cdce43a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2017

  1. First commit to add necessary libraries and images. Includes resizing…

    … and cloning of haar features.
    isabelle49 committed Apr 23, 2017
    Copy the full SHA
    359d7ab View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f943051 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    943b0b6 View commit details
    Browse the repository at this point in the history
  4. Fixed layout and resizing bug caused by index values end up as decima…

    …l numbers. Added a display of white and black square intensities.
    isabelle49 committed Apr 23, 2017
    Copy the full SHA
    68986a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2017

  1. Copy the full SHA
    3d57213 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0b7b5b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2017

  1. Add basic testing template

    isabelle49 committed Apr 26, 2017
    Copy the full SHA
    dccbb49 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2017

  1. Added page to run algorithm. Fixed bug causing wrong haar positions. …

    …Fixed bug causing not to work in firefox.
    isabelle49 committed Apr 30, 2017
    Copy the full SHA
    ba0864a View commit details
    Browse the repository at this point in the history

Commits on May 5, 2017

  1. Updated to include the face detection on the same page. Allows upload…

    … of custom images and images are in greyscale.
    isabelle49 committed May 5, 2017
    Copy the full SHA
    63e1ab7 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2017

  1. Added 2 new haar features. Fixed the calculation for the line feature…

    …s. Found images that a not copyrighted.
    isabelle49 committed May 6, 2017
    Copy the full SHA
    62a9cd6 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2017

  1. Copy the full SHA
    8e604ad View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2017

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

Commits on Dec 19, 2017

  1. Huffman text draft

    timbellnz committed Dec 19, 2017
    Copy the full SHA
    44a664c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3e2f688 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Merge branch 'computer-vision-interactive' of https://github.com/isab…

    …elle49/cs-field-guide into interactive/viola-jones-face-detector
    JackMorganNZ committed Jan 22, 2018
    Copy the full SHA
    b8858b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Copy the full SHA
    93e9212 View commit details
    Browse the repository at this point in the history
  2. Fix computed value

    Computed value is not correctly shown since it only shows the power of
    base in certain place.
    anzeljg committed Jan 23, 2018
    Copy the full SHA
    d48516c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #558 from anzeljg/develop

    Fix computed value in base-calculator interactive
    JackMorganNZ committed Jan 23, 2018
    Copy the full SHA
    6d586ae View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Update viola-jones interactive

    Includes include:
    
    - Usability improvments
      - Don't need to worry about cloned basis functions.
      - Removed resizing as extremely buggy.
    - Better JavaScript (both in style and performance).
    - Better image (larger for functions to work over).
    - License files.
    JackMorganNZ committed Jan 24, 2018
    Copy the full SHA
    503b4da View commit details
    Browse the repository at this point in the history
  2. Add thumbnail

    JackMorganNZ committed Jan 24, 2018
    Copy the full SHA
    cc908bd View commit details
    Browse the repository at this point in the history
  3. Improve instruction text

    JackMorganNZ committed Jan 24, 2018
    Copy the full SHA
    9c6a4e3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a746c8a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e7b2f0b View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    0c6c710 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    c1c5221 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. Copy the full SHA
    55cfa71 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4c9676c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a6a77b9 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d257494 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2018

  1. Fix bug from refactoring

    JackMorganNZ committed Jan 27, 2018
    Copy the full SHA
    0eefca8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a2ebcbd View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    738a7e4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d0c5be9 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    787c39d View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    22f57ed View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    bfd2d3e View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    0965fa9 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    2ea2571 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    6f6fd8a View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

  1. Merge branch 'interactive/pixel-play' of https://github.com/andybellt…

    …ree/cs-field-guide into andybelltree-interactive/pixel-play
    JackMorganNZ committed Feb 9, 2018
    Copy the full SHA
    41c0c46 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2018

  1. Copy the full SHA
    2779679 View commit details
    Browse the repository at this point in the history
  2. Add 2018 NCEA curriculum guides

    Also removes sidebar from curriculum guide
    section as this is not useful with low number
    of headings.
    JackMorganNZ committed Feb 11, 2018
    Copy the full SHA
    fc42b92 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

  1. Copy the full SHA
    cedd2d7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2ed469f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5b754a9 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1e1c51a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a5840d7 View commit details
    Browse the repository at this point in the history
  6. Update README

    JackMorganNZ committed Feb 12, 2018
    Copy the full SHA
    61fdb33 View commit details
    Browse the repository at this point in the history
  7. Final tidy ups

    JackMorganNZ committed Feb 12, 2018
    Copy the full SHA
    f908d07 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    956fc73 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    95f01c3 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    23ac448 View commit details
    Browse the repository at this point in the history