Team:Aachen/Notebook/Software/Measurarty
From 2014.igem.org
(→Segmentation) |
|||
Line 193: | Line 193: | ||
<span class="anchor" id="classification"></span> | <span class="anchor" id="classification"></span> | ||
- | == Automatic Classification == | + | === Automatic Classification === |
Line 205: | Line 205: | ||
</html> | </html> | ||
- | == Smoothness Index == | + | === Smoothness Index === |
- | For position prediction in virtual environments, jitter or noise in the output signal is not wanted | + | For position prediction in virtual environments, jitter or noise in the output signal is not wanted though often present. |
- | Since discovering smooth areas is a similar problem to jitter detection, a simple method for determining jitter can be used to measure non-jitter, smoothness | + | Since discovering smooth areas is a similar problem to jitter detection, a simple method for determining jitter can be used to measure non-jitter, smoothness (Joppich, Rausch and Kuhlen, 2013). |
It is assumed that jitter-free areas of a position signal do not differ in velocity. | It is assumed that jitter-free areas of a position signal do not differ in velocity. | ||
- | Smooth areas | + | Smooth areas do not differ in intensity, and therefore only low changes in velocity (intensity change) can be recorded. |
For the reduction of noise, this operation is performed on the smoothed input image. | For the reduction of noise, this operation is performed on the smoothed input image. | ||
Then the smoothness $s$ of a pixel $p$ can be determined as: | Then the smoothness $s$ of a pixel $p$ can be determined as: | ||
Line 218: | Line 218: | ||
\end{equation} | \end{equation} | ||
- | Using | + | Using thresholding, $TS_l \leq s(p) \leq TS_u \wedge TI_l \leq I \leq TI_u$, different areas, such as background or pathogen, can be selected. |
- | For the empirical choice of thresholds it can be argued that these are | + | For the empirical choice of thresholds, it can be argued that these are tailored to the specific case. |
While this surely is true to a certain extent, the here presented method has been successfully tested on images from a completely different domain, and no changes to the thresholds have been made to make it work. | While this surely is true to a certain extent, the here presented method has been successfully tested on images from a completely different domain, and no changes to the thresholds have been made to make it work. | ||
- | A proper theoretical evaluation is emphasized, however | + | A proper theoretical evaluation is emphasized, however, is probably not the aim of the iGEM competition. |
- | Finally selecting for the red region, this delivers the location of possible pathogens. | + | Finally, selecting for the red region, this delivers the location of possible pathogens. |
- | Since the size of the agar chips is variable but fixed | + | Since the size of the agar chips is variable but fixed a quantitative analysis can be performed by counting pixels for instance. |
- | |||
- | == Empirical Evaluation == | + | === Empirical Evaluation === |
- | Using our | + | Using our MATLAB code we found the lower threshold for the smoothness index to be $TS_l = 0.85$ and the upper threshold $TS_u = \infty$. |
Similarly for $TI_l = 235$ and $TI_u = \infty$. | Similarly for $TI_l = 235$ and $TI_u = \infty$. | ||
Line 272: | Line 271: | ||
[2] Boltz S. Statistical region merging matlab implementation; 2014. Available | [2] Boltz S. Statistical region merging matlab implementation; 2014. Available | ||
from: [http://www.mathworks.com/matlabcentral/fileexchange/25619-image-segmentation-using-statistical-region-merging Matlab FileExchange] . Accessed 12 Dec 2013. | from: [http://www.mathworks.com/matlabcentral/fileexchange/25619-image-segmentation-using-statistical-region-merging Matlab FileExchange] . Accessed 12 Dec 2013. | ||
+ | |||
+ | [1] Joppich M, Rausch D, Kuhlen T. Adaptive human motion prediction using multiple model approaches. In: Virtuelle und Erweiterte Realität, 10. Workshop der GI-Fachgruppe VR/AR. Shaker Verlag; 2013. p. 169–80. | ||
+ | |||
{{Team:Aachen/Footer}} | {{Team:Aachen/Footer}} |
Revision as of 10:03, 17 October 2014
|
|
|
|
|
|
|