Please hepl my identify the appropriate matlab plugin - Combine Two or more images
显示 更早的评论
Hello,
I have recently acquired numerous images from a microscope. In order to use the information there, I have to use some of the images to create a much larger image. Because of the nature of the specimen I placed on the microscope, the 'larger image' won't necessarily be a perfect rectangle or square; it might be T-shaped or L-shaped, have some other irregular shape. In other words the areas where each individual image overlap aren't regularly distributed.
Is there a matlab plugin that allows the user to open each of the images for a given sample, manually overlap them, and then create a final image from the result? Does it work with 16-bit images?
Thank you,
Mark
1 个评论
Geoff
2012-5-22
I would intuitively suggest that if you want to use MatLab for this, then you will be developing (or adapting/using) some automatic image matching techniques. The Image Processing Toolbox would be useful here. If you want manual control, then have a look around the internet for free image stitching software. It might possibly get you to your goal a bit faster.
采纳的回答
更多回答(1 个)
Image Analyst
2012-5-22
0 个投票
You could use imtransform() in the Image Processing Toolbox. There is not a built in application to build up a larger image by placing smaller, distorted images on a larger canvass and then dewarping them. You'd have to build that yourself or hire a consultant to write it for you, or else use Photoshop or similar photo-editing software.
类别
在 帮助中心 和 File Exchange 中查找有关 Biomedical Imaging 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!