Difference between revisions of "Team:UNOTT/Software"

Line 260: Line 260:
 
<p>The image (a bitmap) is scanned pixel by pixel and written into a temporary file where it is checked for similarity with another image using the Damerau - Levenshtein Distance algorithm which was coded in C#. This can be represented as such <sup> 1 </sup>: </p>
 
<p>The image (a bitmap) is scanned pixel by pixel and written into a temporary file where it is checked for similarity with another image using the Damerau - Levenshtein Distance algorithm which was coded in C#. This can be represented as such <sup> 1 </sup>: </p>
  
<sup> Figure 1 </sup>
+
<p> Figure 1 </p>
 
<img src="https://static.igem.org/mediawiki/2017/0/0e/T--UNOTT--DLD.svg" width="600" height="100" >
 
<img src="https://static.igem.org/mediawiki/2017/0/0e/T--UNOTT--DLD.svg" width="600" height="100" >
  
Line 268: Line 268:
 
<center>  
 
<center>  
 
<p> Figure 2 - Software when first opened </p>
 
<p> Figure 2 - Software when first opened </p>
 +
</center>
 
<br> </br>
 
<br> </br>
 
<img src="https://static.igem.org/mediawiki/2017/7/7c/T--UNOTT--LucyComparision.png" class="border" width="400" height="400" >
 
<img src="https://static.igem.org/mediawiki/2017/7/7c/T--UNOTT--LucyComparision.png" class="border" width="400" height="400" >
 
<br> </br>
 
<br> </br>
  
<sup> Figure 3 - When files are selected and "Compare" is clicked </sup>
+
<p> Figure 3 - When files are selected and "Compare" is clicked </p>
 
<img src="https://static.igem.org/mediawiki/2017/2/21/T--UNOTT--LucyGraph1.png" class="border"  width="400" height="400" >
 
<img src="https://static.igem.org/mediawiki/2017/2/21/T--UNOTT--LucyGraph1.png" class="border"  width="400" height="400" >
 
<br> </br>
 
<br> </br>
  
<sup> Figure 4 - The files are too dissimilar! Access isn't allowed. </sup>
+
<p> Figure 4 - The files are too dissimilar! Access isn't allowed. </p>
 
<img src="https://static.igem.org/mediawiki/2017/f/f0/T--UNOTT--LucyGraph2.png" class="border"  width="400" height="400" >
 
<img src="https://static.igem.org/mediawiki/2017/f/f0/T--UNOTT--LucyGraph2.png" class="border"  width="400" height="400" >
 
<br> </br>
 
<br> </br>
  
<sup> Figure 5 -  Changing the threshold might accommodate this difference </sup>
+
<p> Figure 5 -  Changing the threshold might accommodate this difference </p>
 
<img src="https://static.igem.org/mediawiki/2017/2/2b/T--UNOTT--LucyGraph3.png" class="border"  width="400" height="400" >
 
<img src="https://static.igem.org/mediawiki/2017/2/2b/T--UNOTT--LucyGraph3.png" class="border"  width="400" height="400" >
 
<br> </br>
 
<br> </br>
</center>
+
 
 
<sup> 1 </sup> <a href="https://en.wikipedia.org/wiki/Damerau%E2%80%93Levenshtein_distance">Image taken from Wikipedia</a>
 
<sup> 1 </sup> <a href="https://en.wikipedia.org/wiki/Damerau%E2%80%93Levenshtein_distance">Image taken from Wikipedia</a>
  

Revision as of 21:01, 31 October 2017





SOFTWARE

Overview

Image Comparison Software

Raw Data Differentiating Software

Fluorescence Spectra Simulation

Random Number Generation

Linux Key.Coli Security Layer