MCPcopy Create free account
hub / github.com/Pamphlett/Outram / ImageProjection

Method ImageProjection

include/imageProjection.hpp:67–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66
67 ImageProjection() {
68 nanPoint.x = std::numeric_limits<float>::quiet_NaN();
69 nanPoint.y = std::numeric_limits<float>::quiet_NaN();
70 nanPoint.z = std::numeric_limits<float>::quiet_NaN();
71 nanPoint.intensity = -1;
72
73 allocateMemory();
74 resetParameters();
75 }
76
77 ImageProjection(
78 string lidarType, string neighborSelectionMode, string groundSegmentationMode, int numSubclusteringCriteria = 30) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected