Problems using SSIM for image quality comparisons
Variation among SSIM implementations make comparing results a mess. This version matches the output of the original, unlike most of those in common use as of 2023.
Read more →(Also lomonster.com and clomont.com)
Variation among SSIM implementations make comparing results a mess. This version matches the output of the original, unlike most of those in common use as of 2023.
Read more →This is a quick note for converting byte values colors in 0-255 back and forth to floating-point colors in 0-1 which avoids common errors.
Read more →A robust algorithm for computing roots of quadratic equations, much better than common code.
Read more →Over decades I’ve written a lot of personal code. I made a bar chart race showing how many lines I’ve written in different languages over time.
Read more →How does one generate uniform random numbers in [0,1] using IEEE 754 floating point formats? It’s tricky.
Read more →Here’s bit tricks for efficient divisibility testing.
Read more →