Function chromaKeyEuclidean

Euclidean distance chroma key

SuperImage chromaKeyEuclidean (
  SuperImage img,
  SuperImage outp,
  Color4f keyColor,
  float minDist,
  float maxDist
);

SuperImage chromaKeyEuclidean (
  SuperImage img,
  Color4f keyColor,
  float minDist,
  float maxDist
);