I am on the path of upskilling myself. Hence have started learning about Machine Learning, Computer Vision, Artificial Intelligence and all other related things. Here are the two videos that i did while learning Computer Vision. The first is experimenting the use of Gaussian Filter to remove noise using Octave. And the second is using the same principle but in the Android environment using OpenCV.
The code forAndroid which is responsible for showing the Noisy Image and the Clear Image (after applying Gaussian Filter) is as follow: