| 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected