Posts

Asynchronously web scraping a ProBoards forum with Python (part 3)
Asynchronously web scraping a ProBoards forum with Python (part 2)
Asynchronously web scraping a ProBoards forum with Python (part 1)
Raspberry Pi headless setup via ethernet (and how to share the host PC's internet connection)
Migrating from WordPress to Hugo (and SiteGround to Digital Ocean)
A PyTorch implementation of YOLOv3 for real-time object detection (part 5)
A PyTorch implementation of YOLOv3 for real-time object detection (part 4)
A PyTorch implementation of YOLOv3 for real-time object detection (part 3)
A PyTorch implementation of YOLOv3 for real-time object detection (part 2)
A PyTorch implementation of YOLOv3 for real-time object detection (part 1)
An equation for finding the atomic number of the kth noble gas
Decrypting and spoofing a XOR-encrypted cookie
How to install OpenCV on Arch Linux (in a VirtualBox VM)
A function for plotting a 2D spring
Visualizing sorting algorithms and time complexity with matplotlib
Multithreading with OpenCV-Python to improve video processing performance
HOG-based SVM for detecting vehicles in a video (part 6)
HOG-based SVM for detecting vehicles in a video (part 5)
HOG-based SVM for detecting vehicles in a video (part 4)
HOG-based SVM for detecting vehicles in a video (part 3)
HOG-based SVM for detecting vehicles in a video (part 2)
HOG-based SVM for detecting vehicles in a video (part 1)
Image segmentation via K-means clustering with OpenCV-Python
Image segmentation via K-means clustering to decipher color blindness tests
Edge detection in images: how to derive the Sobel operator
Kernels in image processing
Get pixel RGB value from webcam video in OpenCV (C++ and Python)
Real-time video histograms with OpenCV and Python
Moments of inertia, products of inertia, and the inertia tensor
How to read a DC motor datasheet
Numerical approach to studying vehicle dynamics with a half-car suspension model
Animating the Grassfire path-planning algorithm
Animating the Jacobian inverse method with an interactive matplotlib plot
Inverse kinematics using the Jacobian inverse, part 2
Inverse kinematics using the Jacobian inverse, part 1
Euclidean transformation matrices
A friendly introduction to rotation matrices
Animating K-means clustering in 2D with matplotlib
Visualizing K-means clustering in 1D with Python