ahinchman1 / Image-Processing-TornadoFX

Image Processing in Kotlin with TornadoFX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image-Processing-TornadoFX

Image processing is a great way to visualize algorithms and develop computational thinking in a tangible way.

Read the blog on Medium: Image Processing in Kotlin

Making pixels duller

!alt-text

Pixel Math

Given the binary operations we use with 0s and 1s, we can assign white pixels to the value of 0 and black pixels to the value of 1. We can then evalulate the value of the respective matching pixels of 2 black-and-white images and return the result.

alttext

alttext

About

Image Processing in Kotlin with TornadoFX


Languages

Language:Kotlin 98.8%Language:HTML 1.2%