enum mp2p_icp_filters::TimestampAdjustMethod

Overview

Enum to select the pointcloud timestamp normalization criterion in FilterAdjustTimestamps More…

#include <FilterAdjustTimestamps.h>

enum TimestampAdjustMethod
{
    EarliestIsZero = 0,
    MiddleIsZero,
    Normalize,
};

Detailed Documentation

Enum to select the pointcloud timestamp normalization criterion in FilterAdjustTimestamps

Enum Values

EarliestIsZero

Adjust such as the earliest timestamp is 0, wih successive ones representing real elapsed seconds.

MiddleIsZero

Adjust such as the middle timestamp is 0, with the rest being positive and negative elapsed seconds.

Normalize

Normalize all timestamps such as they are in the range [0,1]