How to ouput image containing only specified color range?

后端 未结 0 827
夕颜
夕颜 2020-12-04 18:31

I only want the purple lane in the output image.

import cv2
import numpy as np

img = cv2.imread("minimap_example.png")
hsv = cv2.         


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