Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
def
test_bitmap_default_init():
16
bitmap = pycolmap.Bitmap()
17
assert bitmap is not None
18
assert bitmap.is_empty
19
20
21
def
test_bitmap_init_width_height_rgb():
Callers
nothing calls this directly
Calls
1
Bitmap
Method · 0.80
Tested by
no test coverage detected