Created
January 24, 2019 11:32
-
-
Save jstults/8cddf5e18c17d18a74ed6ec538d13f88 to your computer and use it in GitHub Desktop.
configuration file for InverseCSG RANSAC algorithm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
target_sample_num: 50000 | |
cluster_epsilon: 0.1 | |
epsilon: 0.1 | |
min_points: 500 | |
normal_threshold: 0.8 | |
probability: 0.5 | |
max_iter: 100 | |
max_diam: 0.1 | |
gc_max_iter: 10 | |
base: 5.0 | |
smooth_cost: 10.0 | |
label_cost: 10.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for a post on combining OpenLSTO and InverseCSG for topology optimization interpretation:
http://www.variousconsequences.com/2019/01/openlsto-plus-inversecsg.html