private float LaplacianOnHSV(int x, int y) { return(Vector3.Distance(texture.GetPixel(x, y).GetHsv(), texture.AverageOfHSV(x, y, step))); }