What is the equivalent of cv::Mat in python?
I am trying to convert a openCV c++ code in python.I want to convert the following in python.
cv::Mat skinCrCbHist = cv::Mat::zeros(cv::Size(256,256),CV_8UC1);
Please help!!