Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在opencv中做一个项目。我想通过手势控制汽车。现在任何人都可以帮助我了解如何将我的程序与游戏连接起来。我应该遵循哪些步骤。所以我可以将信号发送到汽车游戏。
你的手势应该是数字。每个手势都由一个数字表示。
您将这些数字作为程序的输出发送。您的游戏使用数字作为输入,每个数字决定一个动作。
根据您当前对问题的描述,我无法更具体。