33 const QPixmap& image2,
37 const QColor& keypoints_color =
Qt::red);
std::shared_ptr< core::Tensor > image
QPixmap DrawMatches(const QPixmap &image1, const QPixmap &image2, const FeatureKeypoints &points1, const FeatureKeypoints &points2, const FeatureMatches &matches, const QColor &keypoints_color)
QImage BitmapToQImageRGB(const Bitmap &bitmap)
void DrawKeypoints(QPixmap *pixmap, const FeatureKeypoints &points, const QColor &color)
Eigen::Matrix4f QMatrixToEigen(const QMatrix4x4 &matrix)
QMatrix4x4 EigenToQMatrix(const Eigen::Matrix4f &matrix)
std::vector< FeatureKeypoint > FeatureKeypoints
std::vector< FeatureMatch > FeatureMatches
QPixmap ShowImagesSideBySide(const QPixmap &image1, const QPixmap &image2)
constexpr Rgb red(MAX, 0, 0)