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

Intensity to height converter with better artistic style #699

Merged
merged 7 commits into from
Sep 5, 2023
Merged

Intensity to height converter with better artistic style #699

merged 7 commits into from
Sep 5, 2023

Commits on Sep 3, 2023

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

    i-make-robots committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    04e9776 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. wave converter better artistic style

    Edited 'Converter_IntensityToHeight.java'
    
    Better Converter_IntensityToHeight implementation at capturing image details with less space calculations.
    
    previous version determines 'z_scale' based on the average color of a rect, my method determines it based on a horizontal line average color;
    
    Thus, I got rid of 'maxHeight' and added 'waveIntensity'
    mthaier committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    7644d45 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. lowered maximum wave intensity, centered wave on original line, added…

    … comments to explain variables.
    i-make-robots committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    94d850b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dfd5c5 View commit details
    Browse the repository at this point in the history
  3. fix conflicts

    i-make-robots committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    8377b35 View commit details
    Browse the repository at this point in the history
  4. 7.41.3

    i-make-robots committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    aac659b View commit details
    Browse the repository at this point in the history