Image Processing Superimpose Object onto Corrected Image
显示 更早的评论
I have two images of a skin lesion taken at different wavelengths ( 640nm and 440nm). The first image has the surgeon's markings. I created a function that integrates the two images (using a formula that my lab instructor gave me), but when I do that the surgeon's markings disappear on the corrected image. Is there anyway I can superimpose the surgeon's markings onto the corrected image? I was thinking along the lines of doing some sort of edge detection and putting that on to the corrected image. Any suggestions will help.
1 个评论
Yuvaraj Venkataswamy
2018-8-22
For this, you can use image fusion techniques, Example. DWT based image fusion.
回答(1 个)
Astha Singh
2018-8-31
0 个投票
I understand that you want to superimpose an object from one image to another.
If the sizes of your two images are equal, then you can refer to the following MATLAB answer by another user Image Analyst, who uses the Color Thresholder app which lets you create a segmentation mask for a color image.
Also, if you can elaborate more on how exactly you are 'integrating' your images and the type of images you are using, probably I will be able to help you better.
类别
在 帮助中心 和 File Exchange 中查找有关 Object Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!