concatenation - Concatenate Mat in OpenCV -


i have couple of images in mat objects same dimensions i'd create 1 bix cv::mat object hold them all

so dimension of new matrix is: widthnew = widthold x number of matrices, height remains unchanged.

i found such copy done using:

void cvcopy(const cvarr* src, cvarr* dst, const cvarr* mask=null) 

but then, how mask defined 3 different times 3 matrices?.

regards, moataz

you use roi define image region of destination image , copy that. see copy cv::mat inside roi of one


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -