We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af8723 commit 7443e21Copy full SHA for 7443e21
bindings/examples/moving_window.py
@@ -2,9 +2,9 @@
2
import pronto_python
3
pronto_python.moving_window_pattern( "input.tif", "output.tif"
4
, 3.0
5
- , example.Metric.AreaWeightedPatchSize
6
- , example.WindowShape.Square)
+ , pronto_python.Metric.AreaWeightedPatchSize
+ , pronto_python.WindowShape.Square)
7
pronto_python.moving_window_pattern( "input.tif", "output2.tif"
8
9
- , example.Metric.EdgeDensity
10
+ , pronto_python.Metric.EdgeDensity
0 commit comments