3dgeo-heidelberg / py4dgeo

py4dgeo - A Python library for change analysis in 4D point clouds
https://py4dgeo.readthedocs.io
MIT License
73 stars 10 forks source link

Make sure all required parameters for seed sorting are accessible/adjustable by the user #213

Closed DCHulskemper closed 1 year ago

DCHulskemper commented 1 year ago

Problem: Currently some arguments for seeds sorting are only considered internal (e.g., window_min_size), these should be accessible and adjustable for future use.

Solution: Set as input argument and give default values for these argument

kathapand commented 1 year ago

This is solved with merge #224