Alexander Hagen
Alexander Hagen
Previously, when performing `range_to` on colors with hues that crossed `1.0`, the `color_scale` function used in `range_to` would go through all intervening hues instead of crossing `1.0`. For example, when...
Working simplification for Issue #22. Uses `sympy` to do the simplification. Requested use case: `py2tex('theta = w_k * a ** 4 / t ** 4 / E', simplify_fractions=True)` now outputs...
The particle detection could be automated (and user to user bias removed) with an instance segmentation algorithm instead of thresholding. Given enough time and images, i can implement and train...