- Add OpenCV and stdexec dependencies - ImageRPC type bridging OpenCV and RPC layers - Stereo rectification boilerplate - get-available-methods RPC method with get_count/get_method_name_by_id/get_method_names - Tests for remote method retrieval - CPU/GPU stereo matcher interfaces with SGBM implementation - Documentation consistency pass across impl and docs TG-5 #ready-for-test TG-2 #in-progress
12 lines
299 B
Plaintext
12 lines
299 B
Plaintext
server:
|
|
ip: "127.0.0.1"
|
|
port: 8080
|
|
|
|
test_data:
|
|
intrinsic_params: [1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0]
|
|
extrinsic_params: [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0]
|
|
cloud_point:
|
|
- [0.1, 0.2, 0.3]
|
|
- [1.1, 1.2, 1.3]
|
|
- [5.5, 6.6, 7.7]
|