Notepad Calculator(using WIN32API hooking)
Overview Developed a Notepad Calculator by hooking into the WIN32 API to transform Notepad into a functional calculator. This project […]
Notepad Calculator(using WIN32API hooking) Read More »
Overview Developed a Notepad Calculator by hooking into the WIN32 API to transform Notepad into a functional calculator. This project […]
Notepad Calculator(using WIN32API hooking) Read More »
This project demonstrates advanced curve generation techniques using C#/.NET, including Bezier curves, B-Splines, and various polynomial functions. The demo features real-time interaction, allowing users to manipulate control points and observe the effects on the curves, showcasing the mathematical principles and practical applications of these algorithms.
Curves (C#/.NET Framework) Read More »
An image compression technique using K-means clustering to group similar RGB values together. The process involves analyzing the image’s pixel data and clustering colors based on their similarity.
K-Compress: Simplifying Images through Color Clustering (Python) Read More »