Removing stitching lines in large images (image normalization)

조회 수: 4 (최근 30일)
Hassan
Hassan 2015년 9월 1일
댓글: Hassan 2015년 9월 8일
Hi, I am working with confocal microscopy, imaging root of plants. Since the roots are big, I have to capture a large image (stitched image). This kind of images produces black lines at the stitching points. How I can get rid of these lines? And how I can normalize the image, I mean how I should treat the values of the px for correction and after correction (illumination correction)? Thanks, HM
  댓글 수: 1
Hassan
Hassan 2015년 9월 8일
Dear Image Analyst,
I have series of root images (movie). For each one of the frames I have to do BackGround correction individually to the desired channel.
My questions is: This step will not affect the data (mainly intensity of fluorescent signal) extracted from each frame? (I mean, each one of the frames might respond differently to the correction)
*Could you please have a look to what I added below.
Best, HM

댓글을 달려면 로그인하십시오.

채택된 답변

Image Analyst
Image Analyst 2015년 9월 1일
You should do a shading correction before they get stitched. Take a blank shot and divide the image by it. Or model it and divide by the model as illustrated in my attached background correction demo.
  댓글 수: 7
Hassan
Hassan 2015년 9월 7일
Sorry for the late reply (I was away for few days). Fluorescent channel (mono chrome) contains a fluorescent details with different background from the bright field image but still have the effect of stitched process.
Hassan
Hassan 2015년 9월 8일
Dear Image Analyst, I am attaching here the output after modifying the code for my images. The original images are uint16. I hope did well with the conversions, and I didn't miss any data for the final result.
Before I share with you the final result I got, I want to tell what the algorithm is doing in my words (please correct me if I am wrong)... 1. read and display the gray image 2. filter the objects in the image and display 3. generate BW image (white parts are not included in background calculation) 4. generate a model using polynomial fitting 5. correct the original gray image and show summary
*attached the results I got after modeling the code. *for filtering I used two step segmentation (the main root and the root hairs). The poly order is 3 (the best result I got... order 9 worked nice also, but I miss the root hairs that are not segmented well!)
Thank you, you helped me a lot, I am waiting to your feedback, Best,

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Biomedical Imaging에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by