2-Band Blending Help

4 次查看(过去 30 天)
Yanliang
Yanliang 2013-3-29
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

采纳的回答

Yanliang
Yanliang 2013-4-5
编辑:Yanliang 2013-4-5
The simplified solution I found.
All Rights Reserved ©.
Step One:
merge,
Step Two:
Separate High Freq. and Low Freq. Channel.
Step Three:
Smooth them respectively.
Now you are good to go! Yee, Haw!
Acknowledgement:
Adobe® Data-set.
  1 个评论
sushanth kalva
sushanth kalva 2016-6-16
how to find the high freq and low freq channel in the merged(warped) image

请先登录,再进行评论。

更多回答(0 个)

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by