Skip to content

spatial-monorepo


spatial-monorepo / editor/src / RecognitionSessionOptions

Interface: RecognitionSessionOptions

Defined in: packages/editor/src/recognition/types.ts:107

Properties

confidenceThreshold?

optional confidenceThreshold?: number

Defined in: packages/editor/src/recognition/types.ts:115

Cutoff below which a PendingFeature is an UncertainFeature. Default 0.7.


homography

homography: number[]

Defined in: packages/editor/src/recognition/types.ts:113

3×3 row-major homography H mapping scan pixel space → [lng, lat], as produced by solveHomography() in the GeoReferencingWizard. Registration comes first: a session cannot be constructed without H.

Released under commercial licensing.