用法:
Mat M1,M2,HM,VM; // M1 and M2 - source matrices // MH,MV - results ... hconcat(M1,HM); // horizontal concatenation vconcat(M1,VM); // vertical concatenation
注意,这些方法没有记录.