-
Binary Lifting with C++
Binary lifting algorithm with C++ code -
Content-Aware Image Resizing with Julia
Implementing the basic Seam Carving algorithm in Julia. -
CsecCTF IITB Writeup: I hate Assembly
Why read assembly code when you can brute force a binary executable for the flag? -
Image Denoising with Markov Random Fields
A maximum-a-posteriori bayesian image denoising algorithm in PyTorch. -
Harris Corner Detection in Python
Implementing the Harris Corner Detection Algorithm in Python using NumPy