summaryrefslogtreecommitdiff
path: root/regulator_test.cpp
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2016-02-03 01:35:59 +0100
committerFlorian Jung <flo@windfisch.org>2016-02-03 01:35:59 +0100
commit0ab41715ec5f4cf7fd7aa4bc03311ab18a503b3e (patch)
tree8ae483a13e0741e28bc2a73656d1dbbfbe7d6592 /regulator_test.cpp
parentcc265d74634bfc0fd942dcfdd91c4ba2ade1fede (diff)
license stuffHEADmaster
Diffstat (limited to 'regulator_test.cpp')
-rw-r--r--regulator_test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/regulator_test.cpp b/regulator_test.cpp
index 5dfe78b..e878c78 100644
--- a/regulator_test.cpp
+++ b/regulator_test.cpp
@@ -42,8 +42,8 @@ float fixup_range(float a, float low, float upp)
int main()
{
Mat visu;
- namedWindow("ficken");
- setMouseCallback("ficken", onMouse);
+ namedWindow("dingens");
+ setMouseCallback("dingens", onMouse);
int time_msec=0;
float winkel_ist=0;
Regulator regulator(1.0,0.0,1,0.0);
@@ -67,7 +67,7 @@ int main()
draw_angle(visu, winkel_ist, Scalar(0,0,255));
- imshow("ficken", visu);
+ imshow("dingens", visu);
time_msec+=10;
}