
This program gets mouses coordinates and captures screen.
Then calculates main statistics (mean and variance) from captured screen
and defines a volume of area as an outlier pixels set where pixel color values
exceed a critical value.
Finally calculates minimum volume rectangle and shows outlying area
Note: For more robust outlying applications use median instead of mean.
For basic operation of this small algorithm look "Outlying Pixels" in Source
code planet web site.
enjoy.