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

Method ImageSize

src/colmap/ui/model_viewer_widget.cc:871–871  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

869float ModelViewerWidget::PointSize() const { return point_size_; }
870
871float ModelViewerWidget::ImageSize() const { return image_size_; }
872
873void ModelViewerWidget::SetPointSize(const float point_size) {
874 point_size_ = point_size;

Callers 2

AddMethod · 0.80
AssembleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected