2019-06-23(day007)——c++新知识点: - cv::bitwise_and(); - cv::bitwise_or(); - cv::bitwise_xor(); - cv::...
pythonimportcv2ascvimportnumpyasnpdeffunction():img1=np.zeros(shape=[400,400,3],dtype=np.uint8)img2=np.zeros(shape=[400,400,3],dtype=np.uint8)img1[100:200,100:200,1]=255img1[100:200,100:200,2]=255cv.i