First time here? Check out the FAQ!
answered Feb 10 '16
Try this:
import numpy as np import cv2 skinCrCbHist = np.zeros((256, 256, 1), dtype = "uint8")
updated Feb 10 '16
In Python images are represented as NumPy arrays. Try this: