24b6f9937f
feat(cloud_point): add OpenCV integration, stereo matching, and get-available-methods RPC
...
- 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
2026-07-12 22:28:21 +03:00
9de6f5a82d
fix(glog) init in tests
...
Verification / Is-Buildable (push) Successful in 3m10s
:Release Notes:
-
:Detailed Notes:
-
:Testing Performed:
-
:QA Notes:
-
:Issues Addressed:
-
2026-06-24 00:04:46 +03:00
e0295f21b5
[style] main namespace renamed to SCORE
...
based on new suggested project name
2026-03-11 16:38:50 +03:00
ece26e7b1f
[jsonrpccxx] moved to external rpc impl
...
Detailed:
As base used jsonrpccxx implementation paired with TCP socket
TCP socket updated to handle dynamic sized buffers
TCP communication protocol changed to serialized packet size after
which json string is presented
2026-02-20 17:51:14 +03:00
cbe56d9193
[base] hail vibe-coding
...
Minimal API functionality with unit tests,
could be used for integration tests with Unity server.
For internal testing used RPC_server implementation
2026-01-26 00:14:19 +03:00