Accelerate PCA computation in keypoints extraction and registration
- Replace the
Utils::ComputePCA
helper byUtils::ComputeMeanAndPCA
function. This new version, using optimizedpcl::computeMeanAndCovarianceMatrix
andpcl::eigen33
functions, is approximately 35% faster. - Update ICP step and Keypoints Extraction to use this faster helper.
- Also update keypoints extraction to use float computation only
This brings an ICP step speedup of about 10%, a keypoints extraction speedup of 20-50%, and an overall SLAM speedup of about 10%.