Skip to content

Commit 7443e21

Browse files
committed
Update moving_window.py
1 parent 5af8723 commit 7443e21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bindings/examples/moving_window.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
import pronto_python
33
pronto_python.moving_window_pattern( "input.tif", "output.tif"
44
, 3.0
5-
, example.Metric.AreaWeightedPatchSize
6-
, example.WindowShape.Square)
5+
, pronto_python.Metric.AreaWeightedPatchSize
6+
, pronto_python.WindowShape.Square)
77
pronto_python.moving_window_pattern( "input.tif", "output2.tif"
88
, 3.0
9-
, example.Metric.EdgeDensity
10-
, example.WindowShape.Square)
9+
, pronto_python.Metric.EdgeDensity
10+
, pronto_python.WindowShape.Square)

0 commit comments

Comments
 (0)