Given a selected pixel, outputs a pixel that is most similar to it.
It takes into consideration all neighboring pixels within a given radius.
Nearest pixel determined by finding the smallest L2 norm distance, using the average of RGB values of all pixels in the given radius.
Here's a sample screenshot. The red square is the selected pixel (it's at the nose).