Storm Field Isocontours (Temp & Pressure)
Dual panels of outline and filled contours via marching squares.
Dual panels of outline and filled contours via marching squares.
Applying RANSAC to fit a line and improve keypoint matching, implementing Direct Linear Transform (DLT) for homography computation, and evaluating accuracy both with synthetic and real image data.
K-Nearest Neighbors, Support Vector Machine, Softmax, and a two-layer neural network on the CIFAR-10 dataset using NumPy.
Compare size, count, and best-fit partitioning strategies.
Applying K-means clustering to perform image segmentation using RGB values, spatial position, and texture-based features. The impact of weighting and feature combinations is explored and visualized.
Swappable axes with per-dimension brushes for filtering Iris flower measurements.
Keypoint matching using SIFT descriptors, comparing different similarity metrics, applying Lowe ratio filtering, and evaluating performance using a confusion matrix.
Principal Component Analysis on Handwritten Digits and Naive Bayes Text Classifier.
Exploring image gradient computation, edge detection with thresholding, Gaussian smoothing, and efficiency of separable filtering via 1D convolutions.
Exploring the color constancy problem, implementing illuminant color estimation techniques, and evaluating image correction quality using both angular and RMS error metrics.