Skip to content

Instantly share code, notes, and snippets.

@jstults
Created January 24, 2019 11:32
Show Gist options
  • Save jstults/8cddf5e18c17d18a74ed6ec538d13f88 to your computer and use it in GitHub Desktop.
Save jstults/8cddf5e18c17d18a74ed6ec538d13f88 to your computer and use it in GitHub Desktop.
configuration file for InverseCSG RANSAC algorithm
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
@jstults
Copy link
Author

jstults commented Jan 24, 2019

for a post on combining OpenLSTO and InverseCSG for topology optimization interpretation:
http://www.variousconsequences.com/2019/01/openlsto-plus-inversecsg.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment