public ExtrinsicCalibrationSlide(Context c)
   : base(c) 
 {
   this.InitializeComponent();
   _interactor = new Parsley.UI.RectangleInteractor();
   _interactor.InteractionCompleted += new EventHandler<Parsley.UI.InteractionEventArgs>(_interactor_InteractionCompleted);
   _on_roi = false;
   _plane_shift = Matrix.Identity(4, 4);
 }
Esempio n. 2
0
 public ExtrinsicCalibrationSlide(Context c)
     : base(c)
 {
     this.InitializeComponent();
     _interactor = new Parsley.UI.RectangleInteractor();
     _interactor.InteractionCompleted += new EventHandler <Parsley.UI.InteractionEventArgs>(_interactor_InteractionCompleted);
     _on_roi      = false;
     _plane_shift = Matrix.Identity(4, 4);
 }