public Smudge(Image <Bgr, byte> image) { _image = image.Copy(); }
public DefectsFinder(Image <Bgr, byte> image) { _inputImage = image.Copy(); }