MCPcopy Create free account
hub / github.com/PDAL/PDAL / CSF

Method CSF

filters/private/csf/CSF.cpp:30–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29
30CSF::CSF(int index) {
31 params.bSloopSmooth = true;
32 params.time_step = 0.65;
33 params.class_threshold = 0.5;
34 params.height_threshold = 0.3;
35 params.cloth_resolution = 1;
36 params.rigidness = 3;
37 params.interations = 500;
38
39 this->index = index;
40}
41
42CSF::CSF() {
43 params.bSloopSmooth = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected