Removal of random valued impulse noise using DTBDM algorithm - Identifies corrupted pixels in an image and corrects them based on neighboring values using non-linear filtering i.e., Modified decision based median filtering along with an impulse detector. • Displays edge preserving-enhancing abilities resulting in better contrast and color mapping. See project Removal of random valued impulse noise using DTBDM algorithm | MATLAB | Image processing
An indexed color palette implementation in Go on top of a k-d tree for fast color lookups. Also rank a palette against an image to identify prominent colors.
Convoluted Neural Network for classifying the FashionMNIST data set. Recognition of multiple clothing objects on the same picture with noise using the trained model and OpenCV.