by jbytecode (1 Submission)
Category: Graphics
Compatability: VB Script
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating:
(2 Votes)

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.
Download Outlying Pixels II (43 KB)