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

Function test_bitmap_default_init

src/pycolmap/sensor/bitmap_test.py:15–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14
15def test_bitmap_default_init():
16 bitmap = pycolmap.Bitmap()
17 assert bitmap is not None
18 assert bitmap.is_empty
19
20
21def test_bitmap_init_width_height_rgb():

Callers

nothing calls this directly

Calls 1

BitmapMethod · 0.80

Tested by

no test coverage detected