Files
boc/quixzoom-capture-pipeline/identity-engine/config-bangkok.json
T
Bernt bae705aa97 ARCHITECTURE: NFC roadmap, edge AI, audit logging
- Add NFC ePassport roadmap (ICAO 9303, eIDAS)
- Add TensorFlow.js edge face detection (BlazeFace)
- Add structured audit logger (GDPR-compliant)
- Risk scoring support

Part of KYC Apple Native UX v1.1.0
2026-06-29 16:24:48 +00:00

21 lines
458 B
JSON

{
"name": "Bangkok Video Configuration",
"description": "Optimerad för video-walks i Bangkok",
"version": "4.0",
"parameters": {
"autoMergeThreshold": 0.50,
"waitThreshold": 0.30,
"spatialWeight": 0.55,
"visualWeight": 0.15,
"contextWeight": 0.20,
"temporalWeight": 0.10,
"gridSize": 100,
"maxSearchRadius": 250
},
"performance": {
"targetObjects": 15,
"targetObsPerObject": 3,
"maxLatency": 50
}
}