public ScanningSlide(Context c) : base(c) { this.InitializeComponent(); _pointcloud = new Parsley.Draw3D.PointCloud(); _pixel_point_ids = new Parsley.Core.DensePixelGrid<uint>(); lock (Context.Viewer) { Context.Viewer.Add(_pointcloud); } }
//Core.PointPerPixelAccumulator _acc; public ScanningAttempt(Context c) : base(c) { InitializeComponent(); _pointcloud = new Parsley.Draw3D.PointCloud(); lock (Context.Viewer) { Context.Viewer.Add(_pointcloud); } }