Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 532 Bytes

apply_filter_parameters_point.rst

File metadata and controls

19 lines (12 loc) · 532 Bytes

Apply Filter Parameters: Point

This example shows how to pass a point as a parameter to a filter. Points are represented as numpy.array.

This script can be executed by running the following command:

pytest --pyargs pymeshlab -k 'apply_filter_parameters_point'

tests/example_apply_filter_parameters_point.py