Ask Your Question

img's profile - activity

2018-11-23 21:38:20 -0600 answered a question Problem reading values from normalized Mat

try this: normalize(src1,dst1,0,255,NORM_MINMAX,CV_8UC1); normalize(src2,dst2,0,255,NORM_MINMAX,CV_8UC1); dst1.convert