2-Band Blending Help
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Yanliang
el 29 de Mzo. de 2013
Comentada: sushanth kalva
el 16 de Jun. de 2016
Let us say I got two images and stitch them together. Now, how could we use a 2-Band Blending on this? Or other simple blending approach, I got limited time. Any help would be appreciated.
What I am using now is straight forward and not consider a Blending Approach:
merge_output = output1 .* 0.5 + output2 .* 0.5; figure, imshow( merge_output, 'XData', xdata , 'YData', ydata ), axis on, impixelinfo; Any help would be appreciated!
matlab computer-vision blending image-stitc
0 comentarios
Respuesta aceptada
Yanliang
el 5 de Abr. de 2013
Editada: Yanliang
el 5 de Abr. de 2013
1 comentario
sushanth kalva
el 16 de Jun. de 2016
how to find the high freq and low freq channel in the merged(warped) image
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
