Median shape demo 2D¶
-
medianshape.experiment.median.mediandemo2d.mediandemo2d(outdir='data', save=True)[source]¶ Median shape demo in 2D. The experiment case is chosen from ‘medianshape.cases2d’. Given the experiment case, it gets input currents from the input curves by pushing the underlying simplicial complex. Then input the simplicial setting to Median LP which solves median current. The experiment result is saved in an output directory(data)’.
Median shape demo 3D¶
-
medianshape.experiment.median.mediandemo3d.show_median3d()[source]¶ Shows the results of a saved experiment case.
-
medianshape.experiment.median.mediandemo3d.mediandemo3d(outdir='data', save=True)[source]¶ Median shape demo in 3D. The experiment case is chosen from ‘medianshape.cases3d’. Given the experiment case, it gets input currents from the input curves by pushing the underlying simplicial complex. Then input the simplicial setting to Median LP which solves median current. The experiment result is saved in a given output directory(data).