-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.js
99 lines (99 loc) · 7.13 KB
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
var index =
[
[ "Introduction", "index.html#Point_set_processing_3Introduction", null ],
[ "API", "index.html#Point_set_processing_3API", [
[ "Named Parameters", "index.html#Point_set_processing_3NamedParameters", null ],
[ "Property Maps", "index.html#Point_set_processing_3PropertyMaps", null ],
[ "Upgrading from pre-CGAL 4.12 API", "index.html#Point_set_processing_3Outdated", null ]
] ],
[ "Input/Output", "index.html#Point_set_processing_3InputOutput", [
[ "Points And Normals", "index.html#Point_set_processing_3Points_io", [
[ "Example", "index.html#Point_set_processing_3Example_io", null ]
] ],
[ "Points With Properties", "index.html#Point_set_processing_3Properties_io", [
[ "PLY Writing Example", "index.html#Point_set_processing_3Example_ply_write", null ],
[ "PLY Reading Example", "index.html#Point_set_processing_3Example_ply_read", null ],
[ "LAS Reading Example", "index.html#Point_set_processing_3Example_las_read", null ]
] ]
] ],
[ "Average Spacing", "index.html#Point_set_processing_3Spacing", [
[ "Example", "index.html#Point_set_processing_3Example_average_spacing", null ]
] ],
[ "Automatic Scale Estimation", "index.html#Point_set_processing_3Scale", [
[ "Global Scale Example", "index.html#Point_set_processing_3Example_scale_estimation_global", null ],
[ "Local Scales Example", "index.html#Point_set_processing_3Example_scale_estimation_local", null ]
] ],
[ "Registration", "index.html#Point_set_processing_3Registration", [
[ "OpenGR Example", "index.html#Point_set_processing_3Examples_registration_OpenGR", [
[ "Parameter: number_of_samples", "index.html#Point_set_processing_3Examples_registration_OpenGR_parameter_number_of_samples", null ],
[ "Parameter: accuracy", "index.html#Point_set_processing_3Examples_registration_OpenGR_parameter_accuracy", null ],
[ "Parameter: maximum normal deviation", "index.html#Point_set_processing_3Examples_registration_OpenGR_parameter_normal", null ],
[ "Parameter: overlap", "index.html#Point_set_processing_3Examples_registration_OpenGR_parameter_overlap", null ],
[ "Parameter: maximum_running_time", "index.html#Point_set_processing_3Examples_registration_OpenGR_parameter_maximum_running_time", null ]
] ],
[ "PointMatcher Example", "index.html#Point_set_processing_3Examples_registration_PointMatcher", [
[ "Parameter: point_set_filters", "index.html#Point_set_processing_3Examples_registration_PointMatcher_parameter_point_set_filters", null ],
[ "Parameter: matcher", "index.html#Point_set_processing_3Examples_registration_PointMatcher_parameter_matcher", null ],
[ "Parameter: outlier_filters", "index.html#Point_set_processing_3Examples_registration_PointMatcher_parameter_outlier_filters", null ],
[ "Parameter: error_minimizer", "index.html#Point_set_processing_3Examples_registration_PointMatcher_parameter_error_minimizer", null ],
[ "Parameter: inspector", "index.html#Point_set_processing_3Examples_registration_PointMatcher_parameter_inspector", null ],
[ "Parameter: logger", "index.html#Point_set_processing_3Examples_registration_PointMatcher_parameter_logger", null ],
[ "Parameter: transformation", "index.html#Point_set_processing_3Examples_registration_PointMatcher_parameter_transformation", null ]
] ],
[ "OpenGR/PointMatcher Pipeline Example", "index.html#Point_set_processing_3Examples_registration_OpenGR_PointMatcher_Pipeline", null ]
] ],
[ "Clustering", "index.html#Point_set_processing_3Clustering", [
[ "Example", "index.html#Point_set_processing_3Example_clustering", null ]
] ],
[ "Outlier Removal", "index.html#Point_set_processing_3OutlierRemoval", [
[ "Example", "index.html#Point_set_processing_3Example_outlier_removal", null ]
] ],
[ "Simplification", "index.html#Point_set_processing_3Simplification", [
[ "Grid Simplification Example", "index.html#Point_set_processing_3Example_grid_simplification", null ],
[ "Hierarchy Simplification Example", "index.html#Point_set_processing_3Example_hierarchy_simplication", [
[ "Parameter: size", "index.html#Point_set_processing_3Hierarchy_simplification_parameter_size", null ],
[ "Parameter: var_max", "index.html#Point_set_processing_3Hierarchy_simplification_parameter_var_max", null ]
] ],
[ "WLOP Simplification Example", "index.html#Point_set_processing_3Example_wlop", [
[ "Parameter: require_uniform_sampling", "index.html#Point_set_processing_3WLOP_Parameter", null ],
[ "Parameter: neighbor_radius", "index.html#Point_set_processing_3WLOP_parameter_neighborhood_size", null ],
[ "Parallel Performance", "index.html#Point_set_processing_3WLOP_parallel_performance", null ]
] ],
[ "Poisson Sample Elimination", "index.html#Point_set_processing_3PoissonElimination", [
[ "Poisson Sample Elimination Example", "index.html#Point_set_processing_3Example_poisson_elimination", null ],
[ "Poisson Sample Elimination from Mesh Example", "index.html#Point_set_processing_3Example_poisson_elimination_on_mesh", null ]
] ]
] ],
[ "Smoothing", "index.html#Point_set_processing_3Smoothing", [
[ "Jet Smoothing Example", "index.html#Point_set_processing_3Example_jet_smoothing", null ],
[ "Bilateral Smoothing Example", "index.html#Point_set_processing_3Example_bilateral_smoothing", [
[ "Parallel Performance", "index.html#Point_set_processing_3Bilateral_smoothing_parallel_performance", null ]
] ]
] ],
[ "Normal Estimation", "index.html#Point_set_processing_3NormalEstimation", null ],
[ "Normal Orientation", "index.html#Point_set_processing_3NormalOrientation", [
[ "Minimum Spanning Tree", "index.html#Point_set_processing_3Mst_orient_normals", [
[ "Example", "index.html#Point_set_processing_3Example_normals", null ]
] ],
[ "Scanline", "index.html#Point_set_processing_3Scanline_orient_normals", [
[ "Example", "index.html#Point_set_processing_3Example_scanline_normals", null ]
] ]
] ],
[ "Upsampling", "index.html#Point_set_processing_3Upsampling", [
[ "Example", "index.html#Point_set_processing_3Example_upsampling", [
[ "Parameter: edge_sensitivity", "index.html#Point_set_processing_3Upsample_Parameter1", null ],
[ "Parameter: sharpness_angle", "index.html#Point_set_processing_3Upsample_Parameter2", null ],
[ "Parameter: neighbor_radius", "index.html#Point_set_processing_3upsample_neighborhood_size", null ]
] ]
] ],
[ "Feature Edges Estimation", "index.html#Point_set_processing_3FeaturesEstimation", [
[ "Example", "index.html#Point_set_processing_3Example_sharp_edges", null ]
] ],
[ "Structuring", "index.html#Point_set_processing_3Structuring", [
[ "Example", "index.html#Point_set_processing_3Example_9", null ]
] ],
[ "Callbacks", "index.html#Point_set_processing_3Callbacks", [
[ "Example", "index.html#Point_set_processing_3Example_callbacks", null ]
] ],
[ "Implementation History", "index.html#Point_set_processing_3ImplementationHistory", null ]
];