Rudyy898

Results 1 comments of Rudyy898

- (BOOL) histogramCompare { // :(Mat) base andMat:(Mat) compare Mat base = originMat; Mat compare = compareMat; if(base.channels()==1) { Mat mat_image_dst; cvtColor(base, mat_image_dst, COLOR_GRAY2BGR); base = mat_image_dst; } if(compare.channels()==1) {...