Ejemplo n.º 1
0
        public ucThresholding()
        {
            InitializeComponent();

            // Initialize coherence properties in case they are needed.
            CoherenceProps = new CoherenceProperties();
        }
Ejemplo n.º 2
0
        public frmCoherenceProperties(CoherenceProperties props)
        {
            // This call is required by the designer.
            InitializeComponent();

            CoherenceProps = props;
        }
 public ChangeDetectionEngineProbabilistic(Surface newDEM, Surface oldDEM, Project.Masks.AOIMask aoi, ErrorSurface newError, ErrorSurface oldError,
                                           decimal fThreshold, CoherenceProperties spatCoherence = null, bool isAsync = false)
     : base(newDEM, oldDEM, newError, oldError, aoi, isAsync)
 {
     Threshold        = fThreshold;
     SpatialCoherence = spatCoherence;
 }