Changes for page SCChart Controller

Last modified by Richard Kreissig on 2025/01/30 12:18

From version 14.1
edited by stu104225
on 2020/03/23 09:16
Change comment: There is no comment for this version
To version 15.1
edited by stu104225
on 2020/03/23 13:48
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -46,8 +46,13 @@
46 46  
47 47  = Prediction =
48 48  
49 -TODO
49 +[[image:attach:PredictionJPG.JPG]]
50 50  
51 +This region reacts to the input signals //newPos// and //newFrame//, that are coming from the image processing.
52 +Whenever there are two temporally close positions, where the ball was detected, an external function call to the ball physics model is made.
53 +\\When the ball was not detected for several frames, e.g. when it fell to the drain, or left the detection's region of interest, the information about the last position becomes stale and should be discarded.
54 +In order to decide when to discard an old position the automaton counts frames since the last recognized ball position. After two frames the position is marked as no longer pending and after 10 frames it is discarded.
55 +
51 51  = Launching =
52 52  
53 53  [[image:attach:Screen Shot 2020-03-14 at 10.25.04.png]]
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -73072654
1 +73072657
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/PP18/pages/73072654/SCChart Controller
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/PP18/pages/73072657/SCChart Controller