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

Function create_test_options

python/examples/custom_incremental_pipeline_test.py:37–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35
36
37def create_test_options() -> pycolmap.IncrementalPipelineOptions:
38 options = pycolmap.IncrementalPipelineOptions()
39 # Use single thread for deterministic behavior.
40 options.num_threads = 1
41 return options
42
43
44def test_without_noise(tmp_path: Path) -> None:

Callers 4

test_without_noiseFunction · 0.85
test_with_noiseFunction · 0.85
test_chained_matchesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected