Team:Aachen/Notebook/Software/Measurarty

From 2014.igem.org

(Difference between revisions)
(Classification)
(Classification)
Line 95: Line 95:
<div class="codediv">
<div class="codediv">
<pre><code class="matlab">
<pre><code class="matlab">
-
if a==42:
+
function [mask seg] = automaticseeds(maskedImg)
-
    a=5
+
end
-
else:
+
-
    a=4
+
</code></pre>
</code></pre>
</div>
</div>

Revision as of 13:16, 15 October 2014

Measurarty

Measurarty, the evil player in the game of Celloc Holmes and WatsOn. Measurarty is the pathogene detection logic behind our project. Using our Measuiarty algorithm we want to automatically detect pathogenes from the chip photos delivered by WatsOn, without human interaction. Besides reducing the risk of human errors, this makes our device usable by almost everyone.

Measurarty - An Introduction

Statistical Region Merging (SRM)

Segmentation

Classification



function [mask seg] = automaticseeds(maskedImg)
end

Results

Source Code