How to directly convert image from Python flask POST request to cv2?

前端 未结 0 1440
南笙
南笙 2020-12-24 03:48

I am trying to receive an image using Python Flask POST request and convert it to cv2. So far I was able to do this via file save and cv2.imread(filename)

<
相关标签:
回答
  • 消灭零回复
提交回复
热议问题