Skip to content

Commit b4cdd60

Browse files
committed
Updated transformation matrix
1 parent a61f422 commit b4cdd60

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
160,120
2-
1.25983807,-0.01639785,-14.61914208
3-
0.02008102,1.19232813,-18.66017905
1+
640,460
2+
1.26197198,-0.01742265,-55.42825743
3+
0.01858547,1.19122363,-73.72868349

app/src/main/java/com/lindronics/flirapp/activities/ClassifierActivity.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ public void receiveImages(FrameDataHolder images) {
109109
}
110110
std = Math.sqrt(std / executionTimes.size());
111111
double finalStd = std;
112-
runOnUiThread(() ->
113-
elapsedIndicator.setText(String.format("Mean time: %.2f ms, std: %.2f ms, n: %d", mean, finalStd, executionTimes.size()))
112+
runOnUiThread(() -> elapsedIndicator.setText(String.format("Mean time: %.2f ms, std: %.2f ms, n: %d", mean, finalStd, executionTimes.size()))
114113
);
115114
}
116115
});

0 commit comments

Comments
 (0)