Image Processing in Java
Changing the colours inside an image: Matrix to change the contrast of an image. Here Simon explains how this method works: And here he attempted to incorporate the matrices … Continue reading Image Processing in Java
a homeschooling blog about Simon, a young mathematician and programmer, and his little sister Neva. Visit https://simontiger.com
Changing the colours inside an image: Matrix to change the contrast of an image. Here Simon explains how this method works: And here he attempted to incorporate the matrices … Continue reading Image Processing in Java
Our Kinect adapter has finally arrived! Simon had been waiting for about one and a half months and was extremely hyper to try out the code he had already written … Continue reading Microsoft Kinect (v2) in Processing using the Open Kinect for Processing library
“Just recycling some building blocks here”, I heard Simon say Monday. This is a screenshot of Simon’s Bubble Project – an animation he built by translating a Java code from … Continue reading Translating from Java to JavaScript. The Bubble Project
Today Simon showed me what he learned about pixel sorting in Processing (Java) by doing this coding challenge by Daniel Shiffman. Using a “selection sort” algorithm, he sorted the pixels of a sunflower … Continue reading Pixel Sorting in Processing (Java)