|
Safemotion Lib
|
Public Member Functions | |
| __init__ (self) | |
| collect_pts_in_bbox (self, bbox, pts) | |
| preprocessing (self, image_gray, mask) | |
| postprocessing (self) | |
| initiate (self, measurement) | |
| predict (self, bbox) | |
| update (self, bbox, measurement) | |
Public Attributes | |
| termcriteria | |
| feature_extract | |
| prev_image | |
| prev_pts | |
| frame_id | |
| w | |
| use_score | |
| init_check | |
| cur_pts | |
| p2n_pts | |
Definition at line 5 of file optical_flow_motion.py.
| optical_flow_motion.OpticalFlowMotion.__init__ | ( | self | ) |
Definition at line 6 of file optical_flow_motion.py.
| optical_flow_motion.OpticalFlowMotion.collect_pts_in_bbox | ( | self, | |
| bbox, | |||
| pts ) |
Definition at line 16 of file optical_flow_motion.py.
| optical_flow_motion.OpticalFlowMotion.initiate | ( | self, | |
| measurement ) |
Definition at line 53 of file optical_flow_motion.py.
| optical_flow_motion.OpticalFlowMotion.postprocessing | ( | self | ) |
Definition at line 50 of file optical_flow_motion.py.
| optical_flow_motion.OpticalFlowMotion.predict | ( | self, | |
| bbox ) |
Definition at line 56 of file optical_flow_motion.py.
| optical_flow_motion.OpticalFlowMotion.preprocessing | ( | self, | |
| image_gray, | |||
| mask ) |
Definition at line 26 of file optical_flow_motion.py.
| optical_flow_motion.OpticalFlowMotion.update | ( | self, | |
| bbox, | |||
| measurement ) |
Definition at line 88 of file optical_flow_motion.py.
| optical_flow_motion.OpticalFlowMotion.cur_pts |
Definition at line 27 of file optical_flow_motion.py.
| optical_flow_motion.OpticalFlowMotion.feature_extract |
Definition at line 8 of file optical_flow_motion.py.
| optical_flow_motion.OpticalFlowMotion.frame_id |
Definition at line 11 of file optical_flow_motion.py.
| optical_flow_motion.OpticalFlowMotion.init_check |
Definition at line 14 of file optical_flow_motion.py.
| optical_flow_motion.OpticalFlowMotion.p2n_pts |
Definition at line 45 of file optical_flow_motion.py.
| optical_flow_motion.OpticalFlowMotion.prev_image |
Definition at line 9 of file optical_flow_motion.py.
| optical_flow_motion.OpticalFlowMotion.prev_pts |
Definition at line 10 of file optical_flow_motion.py.
| optical_flow_motion.OpticalFlowMotion.termcriteria |
Definition at line 7 of file optical_flow_motion.py.
| optical_flow_motion.OpticalFlowMotion.use_score |
Definition at line 13 of file optical_flow_motion.py.
| optical_flow_motion.OpticalFlowMotion.w |
Definition at line 12 of file optical_flow_motion.py.