MCPcopy Create free account
hub / github.com/colmap/colmap / ShowBitmap

Method ShowBitmap

src/colmap/ui/image_viewer_widget.cc:107–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void ImageViewerWidget::ShowBitmap(const Bitmap& bitmap) {
108 ShowPixmap(QPixmap::fromImage(BitmapToQImageRGB(bitmap)));
109}
110
111void ImageViewerWidget::ShowPixmap(const QPixmap& pixmap) {
112 graphics_scene_.ImagePixmapItem()->setPixmap(pixmap);

Callers 1

Calls 1

BitmapToQImageRGBFunction · 0.85

Tested by

no test coverage detected