How to create multiple frames in a single frame to display input as welll as output?

天大地大妈咪最大 提交于 2020-01-25 10:58:06

问题


I am creating a programs that detects number of fingers and displays them. Further I'll be updating it to addition of multiple digit numbers. I saw this video on youtube and I wonder how he managed to split his input and output screen into 2 different screens? my current program displays the text in the frame itself

.

in the given picture he has divided his output screen into 2 screens one that displays the video cam and another displays its output. I need help to understand how he did it?


回答1:


i assume you are using pycv

if you use np.vstack or np.hstack you can see the stacked images.



来源:https://stackoverflow.com/questions/57528724/how-to-create-multiple-frames-in-a-single-frame-to-display-input-as-welll-as-out

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!