JonathanJun 29, 2023Fun MathematicsImage Processing Algorithms with OpenCVWe make a few Image Processing algorithms with OpenCV: Pixelate, Cutoffs, Brighten/Darken, Blending, RGB channels, and Recursive Algorithms.
JonathanJun 26, 2023Fun MathematicsMaking a Graph Class in Python 3 - More GUIWe add a lot of functionality to the GUI - Adding/Removing vertices and edges, returning graph info, and returning some graph matrices.