Commit Graph
58 Commits
Author SHA1 Message Date
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 c49ff4709a Reformatted file 2024-07-04 18:57:32 +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 a2df78b5f8 use Corner calss 2024-07-04 12:39:08 +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 02cb047163 infinite loop 2024-07-03 22:24:55 +02:00
jens a7b35c7a18 - show refined corners as circles
- removed redundant code
2024-07-03 22:14:26 +02:00
jens 19d5aedf22 not round too early 2024-07-03 22:03:59 +02:00
jens 348624c6a2 also plot refined corners 2024-07-03 20:51:35 +02:00
jens bd30a10070 Refactored 2024-07-03 20:42:58 +02:00
jens 564719abcb - print original and refined corner info
- new key commands: ESC=quit, g=run, s=single step
2024-07-03 20:31:33 +02:00
jens 166f7e771e use refined corners (Zwischenstand) 2024-07-03 20:05:08 +02:00
jens 9f87c82865 - added CornerTracker
- added multi spindle with black background
2024-07-03 18:58:06 +02:00
jens ba50192ac3 add ocv_find_corners.py 2024-07-03 17:21:42 +02:00
jens 1dac2e7ade - fixed matcher_start_y
- added spindle test images
2024-07-03 17:21:02 +02:00
jens b5b566e307 calculate initial offset from template to correct matcher coord 2024-07-02 20:19:58 +02:00
jens f4d8c80ede draw path 2024-07-01 21:18:33 +02:00
jens dcb4215334 bugfix image scaling h,w are swapped 2024-07-01 20:57:16 +02:00
jens 0189e02bbc - defined COLORs added legend
- ocv_template_mnatching uses video
2024-07-01 12:28:47 +02:00
jens 50bb0433f1 - use bbox_tracker_ext
- reduced line thickness
2024-06-30 23:03:12 +02:00
jens 9aeb49bf19 template matching from cropped image with retransformation on global image 2024-06-30 22:54:03 +02:00
jens 78f1aec00d - refactored into utils.py
- added ocv_template_matching.py for evaluationof template matcher
- fixed template matching from tracker bounding box
2024-06-30 21:25:27 +02:00
jens 3233b10700 Refactored 2024-06-30 15:46:01 +02:00
jens 3b4a94d9df Refactored 2024-06-30 15:04:06 +02:00
jens 7463d46c24 Fixed too many windows 2024-06-30 14:47:41 +02:00
jens 56ba394a00 Refactored 2024-06-30 14:02:37 +02:00
jens a79517c136 - refactored
- draw path
2024-06-30 13:24:17 +02:00
jens eb12fe7bee - coarse/fine angle estimation
- speed up angle estimation
2024-06-30 12:45:13 +02:00
jens dbedea3afd fixed typo 2024-06-30 11:52:09 +02:00