diff options
Diffstat (limited to 'report')
-rw-r--r-- | report/paper.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/report/paper.md b/report/paper.md index 25531e2..fbac659 100644 --- a/report/paper.md +++ b/report/paper.md @@ -66,7 +66,7 @@ Changing the randomness parameter had no significant effect on execution time. T In figure \ref{fig:2pt} it is possible to notice an improvement in recognition accuracy by 1%, with the two pixels test, achieving better results than the axis-aligned counterpart. The two-pixels -test however brings a slight deacrease in time performance which has been measured to be on **average 3 seconds** +test however brings a slight deacrease in time performance which has been measured to be on average 3 seconds more. This is due to the complexity added by the two-pixels test, since it adds one dimension to the computation. \begin{figure}[H] |