![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|

Go to the source code of this file.
Namespaces | |
| colmap | |
Functions | |
| Eigen::Matrix4f | colmap::QMatrixToEigen (const QMatrix4x4 &matrix) |
| QMatrix4x4 | colmap::EigenToQMatrix (const Eigen::Matrix4f &matrix) |
| QImage | colmap::BitmapToQImageRGB (const Bitmap &bitmap) |
| QPixmap | colmap::ShowImagesSideBySide (const QPixmap &image1, const QPixmap &image2) |
| void | colmap::DrawKeypoints (QPixmap *pixmap, const FeatureKeypoints &points, const QColor &color) |
| QPixmap | colmap::DrawMatches (const QPixmap &image1, const QPixmap &image2, const FeatureKeypoints &points1, const FeatureKeypoints &points2, const FeatureMatches &matches, const QColor &keypoints_color) |