Commit Graph
38 Commits
Author SHA1 Message Date
jens 486fa1e645 fixed: writing to csv 2024-07-09 19:11:10 +02:00
jens fb1a2d68c0 - added plot
- added CLI switches for csv und plot
2024-07-09 19:04:40 +02:00
jens a6bb1bf3f8 added CSV output of Tracking data 2024-07-09 08:59:03 +02:00
jens 1a879c2820 - fixed accessing variable outside function
- refactored
2024-07-09 08:24:53 +02:00
jens f12da1c456 Reformatted text 2024-07-07 15:57:50 +02:00
jens 2f824f6232 removed IMAGE_DEBUG 2024-07-06 16:12:13 +02:00
jens 546020f971 optimize FPS: removed image resize 2024-07-06 15:52:41 +02:00
jens d800adab36 - Introduced CornerTrackerParams
- optimize for FPS: draw path now controlled by params
2024-07-06 15:47:53 +02:00
jens 607a505ad8 Reformatted file 2024-07-06 10:33:03 +02:00
jens bf4ae3b854 fixed track param 2024-07-06 10:28:00 +02:00
jens 99d624a06a - additional pre-tracking is command line param
- empty mask now legal
- added images 0013/sequential
2024-07-06 10:16:13 +02:00
jens 0046356adf reduced debug 2024-07-06 09:10:17 +02:00
jens de57a8d9a2 - fixed masking
- no image blur for processed image
2024-07-06 09:07:59 +02:00
jens 12f2cb5c36 Refactored 2024-07-06 08:40:58 +02:00
jens 6b54f2398c - fixed min/max calcualtion
- improved readability of screen text
2024-07-05 23:03:01 +02:00
jens eb8810b82a - added scaling
- show min and max deviation
2024-07-05 22:12:45 +02:00
jens 69caa21c01 Parse command line args 2024-07-05 21:42:43 +02:00
jens a0002d91c0 - added real data footage
- introduced masked detection of corners to reduce jitter
2024-07-05 19:50:19 +02:00
jens a5e447a926 use bbox_round() 2024-07-04 21:59:17 +02:00
jens 4ba56d593d - added bbox_int()
- use bbox_int()
- changed colors of tracks
2024-07-04 21:51:27 +02:00
jens 9ee75a21ef disabled tracker - just use fixed tracker bounding box -> faster 2024-07-04 21:15:05 +02:00
jens 7f7d28179e round for tracker rect 2024-07-04 20:51:13 +02:00
jens 5077a740e1 added fps display 2024-07-04 19:56:15 +02:00
jens e1c28a874a - util: image_crop no round
- construct tracker object in constructor
2024-07-04 18:55:46 +02:00
jens e2ff72a457 handle ditance None type 2024-07-04 18:45:00 +02:00
jens 76db5bd3d5 Reformatted file 2024-07-04 18:28:00 +02:00
jens 62f6b9071b - updated spindle sequence
- improved marker settings
- minimized number of open windows
2024-07-04 18:02:44 +02:00
jens 285102a905 changes key delay 2024-07-04 16:44:44 +02:00
jens 67eeeeae5f - fixed multi tracking
- added mean distance
2024-07-04 16:39:50 +02:00
jens 8c499903df added multi tracking 2024-07-04 15:59:54 +02:00
jens cb5b36398a - calculate distance from reference position
- on/off switch for console debug
2024-07-04 15:19:50 +02:00
jens 093bbe8c06 no rounding for refined corners 2024-07-04 12:47:47 +02:00
jens ce9797b2b5 Destroy select window after enter 2024-07-04 12:30:48 +02:00
jens f04326c661 Refactored debug 2024-07-04 12:11:47 +02:00
jens be6691264b Refactored 2024-07-04 11:51:01 +02:00
jens b54346c9e9 CornerTracker object oriented 2024-07-04 11:16:18 +02:00
jens 19d5aedf22 not round too early 2024-07-03 22:03:59 +02:00
jens 9f87c82865 - added CornerTracker
- added multi spindle with black background
2024-07-03 18:58:06 +02:00