[英]Select ROI of an Image/video frame in Flask
我试图找出一种方法来从cv2.videocapture()
的第一帧中裁剪出一个区域,以便仅在该部分上运行轮廓检测。 我可以通过cv2.selectROI
为我的桌面实现这一点,但需要帮助在 Flask 上做同样的事情(用户可以自己做 select ROI)。
As if right now, the final output of the analysis is showing on the web URL (I used the classic buffer-to-byte for this) but the selection of the Region of Interest still happens as a cv2 output window.
需要一种方法,用户可以在 select 上自行裁剪区域 flask web Z5772112E421E5A26
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.