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