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!