how to add two videos which of different size?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sivakumaran Chandrasekaran
el 24 de Mzo. de 2014
Respondida: Image Analyst
el 29 de Abr. de 2014
how to add two videos which of different size? or in other way, how to vary a video size.. for images,we use imresize command
0 comentarios
Respuestas (1)
Image Analyst
el 29 de Abr. de 2014
You can use imresize on a frame by frame basis to make one frame size match the other. Then you need to cast both frames to double before adding and dividing by 2 (dividing by 2 only if you want the average instead of the sum ). Finally, cast back to uint8 after the averaging.
0 comentarios
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!