Image processing of confocal images (flattening)
显示 更早的评论
Hi all,
I need help, I am new in matlab.
I need to done threshold of confocal images but problem is that I have to process them first because they are not well taken; sample was liquid and there is some konvex mistake, edges (somewhwre and half of image) of images are darker and not in same level (height) as a middle of image, so with pure threshold I cant get relevat datas (I have big number of images to process)of surface coverage. I need to get a flat picture of sample on same height as a middle of sample.
I have Matlab, not image processing toolbox. I am interested is it possible, and how this kind of image processing?
here are links for two of my images


4 个评论
David Young
2011-4-7
Could you make an example image available please? (See markup help for how you can do this. Also note that you can edit your question rather than post a new question or an answer.)
Sean de Wolski
2011-4-8
Danijela, you have to post an image as David has requested. There is no way for us to determine what you want otherwise and the infinite monkey is hungover today so your chances with it aren't so good.
David Young
2011-4-8
Danijela, what you have to do is put your image on the web somewhere. There are sites where you can upload an image and then get a link to it. (I don't know about them myself, but other posters here have used them.) Then you just post the URL in your question (ideally with << >> round it!)
Walter Roberson
2011-4-14
Sorry, I didn't find a way to get the second image to appear in the original posting. The two images are on different hosting companies and I haven't figured out the trick to directly reference the image on the second company.
采纳的回答
更多回答(1 个)
Roman Voronov
2011-5-10
0 个投票
i think for the first image it should be pretty easy to segment those large objects using simply im2bw(image,graythresh(image)), despite the focus problem
for the second image there is a pretty similar example here: http://www.mathworks.com/help/toolbox/images/f0-8778.html
however, you do need the image processing toolbox if you are going to do any kind of image processing!
~roman
类别
在 帮助中心 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!