Python Opencv Tell the color name when get rgb from image

前端 未结 0 421
一向
一向 2020-11-29 23:44

I need to get the color of a pixels in a specifict region of image. Im using this script in python:

import cv2

image = cv2.imread(\'abc.jpg\')

color = image         


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