Exemplo n.º 1
0
 public CannyParameters(HomeForm homeform, Image <Bgr, byte> input)
 {
     InitializeComponent();
     _homeform  = homeform;
     imageInput = input;
 }
Exemplo n.º 2
0
 public SobelParameters(HomeForm form, Image <Bgr, byte> input)
 {
     InitializeComponent();
     _homeform  = form;
     imageInput = input;
 }