I use this code to convert a image to its LAB model:
import cv2 imbgr=cv2.imread('rgbpic.jpg')
How can I get the higest value of the blue color that exists in this picture ?
1 | initial version |
I use this code to convert a image to its LAB model:
import cv2 imbgr=cv2.imread('rgbpic.jpg')
How can I get the higest value of the blue color that exists in this picture ?
2 | No.2 Revision |
I use this code to convert a image to its LAB model:
import cv2
cv2
imbgr=cv2.imread('rgbpic.jpg')
How can I get the higest value of the blue color that exists in this picture ?
3 | retagged |
I use this code to convert a image to its LAB model:
import cv2
imbgr=cv2.imread('rgbpic.jpg')
How can I get the higest value of the blue color that exists in this picture ?
4 | No.4 Revision |
I use this code to convert a image to its LAB model:read an image:
import cv2
imbgr=cv2.imread('rgbpic.jpg')
How can I get the higest value of the blue color redcolor that exists in this picture ?