* be equal to pass the comparison, 1.733 (which is more than square root
* of 3) means that comparison will be passed even if all the colors are
* completely different.
*/
public AverageDistanceImageComparator(double sensitivity) {
super(new AverageDistanceComparator(sensitivity));
}