line extracion from clusters
This commit is contained in:
@@ -37,4 +37,8 @@ gen.add("green_thresh", int_t, 0, "Green threshold for color filtering", 150,
|
||||
|
||||
gen.add("cluster_on", bool_t, 0, "determines if Euclidean Clustering is applied", False)
|
||||
|
||||
gen.add("create_feature_map", bool_t, 0, "determines if feature map will be created", False)
|
||||
|
||||
gen.add("line_fitting_on", bool_t, 0, "determines line will be searched for clusters", False)
|
||||
|
||||
exit(gen.generate(PACKAGE, "pcl_tutorial", "config"))
|
||||
|
||||
Reference in New Issue
Block a user