Image processing of confocal images (flattening)
Show older comments
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 Comments
David Young
on 7 Apr 2011
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
on 8 Apr 2011
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
on 8 Apr 2011
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
on 14 Apr 2011
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.
Accepted Answer
More Answers (1)
Roman Voronov
on 10 May 2011
0 votes
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
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!