ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
utils.h File Reference
#include "feature/types.h"
Include dependency graph for utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 colmap
 

Functions

std::vector< Eigen::Vector2d > colmap::FeatureKeypointsToPointsVector (const FeatureKeypoints &keypoints)
 
Eigen::MatrixXf colmap::L2NormalizeFeatureDescriptors (const Eigen::MatrixXf &descriptors)
 
Eigen::MatrixXf colmap::L1RootNormalizeFeatureDescriptors (const Eigen::MatrixXf &descriptors)
 
FeatureDescriptors colmap::FeatureDescriptorsToUnsignedByte (const Eigen::MatrixXf &descriptors)
 
void colmap::ExtractTopScaleFeatures (FeatureKeypoints *keypoints, FeatureDescriptors *descriptors, const size_t num_features)