Skip to content
View hageldave's full-sized avatar
  • University of Stuttgart
  • Germany / Stuttgart
Block or Report

Block or report hageldave

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. JPlotter JPlotter Public

    OpenGL based 2D Plotting Library for Java using AWT and LWJGL

    Java 42 6

  2. ImagingKit ImagingKit Public

    Java library for imaging tasks that integrates well with the java.awt.image environment

    Java 16 2

  3. ezFFTW ezFFTW Public

    A wrapper built on top of bytedeco's JavaCPP preset for the FFTW library, that hides the cumbersome native pointering for ez (easy) use.

    Java 14 1

  4. uamds uamds Public

    Uncertainty-Aware Multidimensional Scaling (Reference Implementation)

    Java 9

  5. BarycentricGradientPaint is a java.a... BarycentricGradientPaint is a java.awt.Paint implementation for triangular color interpolation (using barycentric coordinates). The svg file shows the result of the demo app (embedded image).
    1
    /* Copyright 2021 David Haegele - Source from JPlotter */
    2
    
                  
    3
    import java.awt.Color;
    4
    import java.awt.Paint;
    5
    import java.awt.PaintContext;
  6. UAMDS-python UAMDS-python Public

    Python port of the uncertainty-aware multidimensional scaling algorithm.

    Python