top of page
Jonathan
Jul 5, 2023
Interactive Voronoi Diagram Maker in Pygame
We implement the Voronoi Diagram algorithm into Pygame so that it updates its Voronoi Cells as we add defining points.
134 views0 comments
Jonathan
Jul 2, 2023
Image Processing Algorithms with OpenCV 3
We implement an Auto-Palette-Simplification algorithm, A Voronoi Cell algorithm, and A Color Sieve algorithm on images in OpenCV-Python.
37 views0 comments
Jonathan
Jul 1, 2023
Image Processing Algorithms with OpenCV 2
We discuss the importance of (Im)Mutable Objects in Python and implement an algorithm we call Palette-Simplification of images using OpenCV.
34 views0 comments
Jonathan
Jun 29, 2023
Image Processing Algorithms with OpenCV
We make a few Image Processing algorithms with OpenCV: Pixelate, Cutoffs, Brighten/Darken, Blending, RGB channels, and Recursive Algorithms.
58 views0 comments
Jonathan
Jun 26, 2023
Making a Graph Class in Python 3 - More GUI
We add a lot of functionality to the GUI - Adding/Removing vertices and edges, returning graph info, and returning some graph matrices.
31 views0 comments
Jonathan
Jun 26, 2023
Making a Graph Class in Python 2 - GUI
We add some preset graphs and matrices to our Graph Class in Python and implement an "add_vertex" button with user-typed input in the GUI.
89 views0 comments
Jonathan
Jun 25, 2023
Making a Graph Class in Python
We create a Graph Class in Python to work with mathematical graphs. Then we create an interactive display using Pygame to visualize them.
57 views0 comments
Jonathan
Jun 22, 2023
Posets and Python 3 - Critical Group Diversion
We implement methods to work with maximal chains into our Poset class in Python and get majorly distracted by Critical Groups of Graphs!
38 views0 comments
Jonathan
Jun 12, 2023
Posets and Python 2 - Depth-First Search
We implement the Depth-First Search algorithm in Python to retrieve the set of maximal chains of the Poset class we created in the last post
29 views0 comments
Jonathan
Jun 5, 2023
Posets and Python
This is an exploration of Dunder Methods and how they can be used to create abstract posets like the divisibility or p-adic posets in Python
122 views0 comments
Jonathan
Nov 5, 2021
Learning Pygame with Catan (Part 1)
An Intro to Catan Who else here used to play Settlers of Catan as a kid? The first memory I have with the game is happily placing roads...
445 views0 comments
bottom of page