Team:Aachen/Errorlog
From 2014.igem.org
Line 65: | Line 65: | ||
</h1> | </h1> | ||
<p> | <p> | ||
- | The third part of our project is our software Measurarty. The software will allow us to analyze the fluorescence emitted by our sensor cells in a more advanced and better way than just using a simple | + | The third part of our project is our software `Measurarty`. The software will allow us to analyze the fluorescence emitted by our sensor cells in a more advanced and better way than just using a simple tresholding technique. We will utilize a modern segmentation algorithm in combination with further, detailed image processing algorithms. |
</p> | </p> | ||
+ | |||
<p> | <p> | ||
- | + | At the core of our segmentation algorithm is a Statistical Region Merging<sup><a href="#fn1" id="ref1">1</a></sup> implementation written for Qt enabled <i>C++</i>. | |
- | < | + | Statistical Region Merging (SRM) is a straight-forward technique for creating regions in an image. Such regions then can be used for region-based image segmentation, the core of most image analysis softwares. Additionally, segmenting regions, instead of single pixels, brings an enormous performance improvement. |
- | < | + | To the knowledge of this team, most SRM implementations only use region-size and color gradients for region creation. |
- | + | We are going to change that. | |
- | + | ||
</p> | </p> | ||
- | <p> | + | <p>Over the next few months the computational devision of our team will develop an easy-to-use, easy-to-run software for image analysis of color-based image analytics.</br> |
- | + | </br> | |
+ | For this purpose we would like to present our novel approach in this wiki, and formulas will help you to understand our algorithm. Until the <i>math-tag</i> in MediaWiki is working again, MathJax will provide us with a $\LaTeX$ environment! | ||
</p> | </p> | ||
Revision as of 19:12, 21 June 2014
|