MCPcopy Create free account
hub / github.com/ComputationalRobotics/XM-code / Image

Method Image

deps/glomap/glomap/scene/image.h:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27struct Image {
28 Image() : image_id(-1), file_name("") {}
29 Image(image_t img_id, camera_t cam_id, std::string file_name)
30 : image_id(img_id), file_name(file_name), camera_id(cam_id) {}
31

Callers 1

RetriangulateTracksFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected