File Exchange Pick of the Week

February 20th, 2009

Streamlining a manual image-processing workflow.

Brett's pick this week comes to us from fellow MathWorker Sam Roberts. Sam is quite proficient with our tools, and has posted several very useful demos --primarily for solving typical problems in the life sciences. His tutorial and code on "Quantitative High-Throughput Gene Expression Imaging" gives a great introduction to how one might solve a real-world problem once, then leverage that work to batch process the next hundred (or thousand, or hundred thousand) images.

Specifically, this demo describes an approach to solving a problem in immunofluorescent histochemistry. He initially reads in an image of the embryo of a fruit fly, which has been stained with different antibody-tagged fluorophores that bind selectively to different gene products. The dyes stain specific proteins blue, red, or green:

null

Sam then demonstrates how to explore the individual color planes of this RGB image (to detect the differential staining), and how to automatically rotate the embryo to have its major axis be horizontal. He shows us how to segment and filter the image, and how to extract profiles of gene expression along the axis of the embryo.

null

Next, Sam describes how one might focus on the portion of these data that are most informative, and how to fit smoothed splines to the profiles.

null

As if that weren't enough, Sam demonstrates how one might scale the problem up to work on a cluster using the MATLAB Distributed Computing Server.

Finally, to cap things off, Sam has captured and described all of this great functionality in an html document that really shows off the impressive publishing capabilities that are built into MATLAB, and he describes how one can use the MATLAB Report Generator to create more intricate custom reports on the results.

This is a great demo for someone who wants to understand how to solve--and automate--real-life problems in image processing using MATLAB tools.

Comments?


Get the MATLAB code

Published with MATLAB® 7.7

One Response to “Streamlining a manual image-processing workflow.”

  1. Sam Roberts replied on :

    Thanks Brett!

    If anyone has any questions about the demo, do drop me an email.

    Sam

Leave a Reply

Wrap code fragments inside <pre> tags, like this:

<pre class="code">
a = magic(3);
sum(a)
</pre>

If you have a "<" character in your code, either follow it with a space or replace it with "&lt;" (including the semicolon).


Bob, Brett & Jiro share their favorite user-contributed submissions from the File Exchange.

  • Zach: Hi Doug and Les, I didn’t have a lot of time to mess with this, but I did find a work-around. I plotted...
  • hamed: k
  • Les: @Zach This isn’t exactly what you are looking for but at least it puts all three parameters on the same...
  • Zach: Thanks for your suggestions Doug. I’ll give that a shot and see what happens. I’ve seen many of...
  • Doug: @Zach, I would say to use plotYYY, because that is close to what you want, but using depth as Y makes sense....
  • Doug: @Teja, I think this will work: http://www.mathworks .com/access/helpdesk /help/techdoc/ref...
  • Gify: merry christmas :) nice christmas tree! Regards, Janet Gify
  • Teja: Dear Doug Is there anyway to plot a surface from nonuniform data without meshgrid and griddata? Basically i...
  • Zach: I’m working with geophysical data, so I’d like to produce a depth profile. The y-axis would be...
  • Doug: @Ashok First, please do not use variable names that are MATLAB commands (std and mean). Second, p(j) should be...

These postings are the author's and don't necessarily represent the opinions of The MathWorks.