3 Commits

Author SHA1 Message Date
2b12a0be9b [opencv] rectification boilerplate
TG-8
2026-03-12 23:14:27 +03:00
f5f4bd4115 [image] connection block between opencv and rpc
Details:
  imageRPC for now assumed to have 4 fields:
  width,height of type int (4 signed bytes)
  type (enum BGR,RGBA,DEPTH)
  and raw vector of data

tests written by opencode + gemini flash

TG-7
2026-03-12 22:13:51 +03:00
9cb3f009ea [deps] added opencv and stdexec
opencv would be used to compile actual processing part
stdexec would be used for RPC module :)

TG-8 #in-progress
2026-03-12 20:47:25 +03:00