Opened 17 years ago
Last modified 17 years ago
#91 new task
Automatic detection of scan timing offsets
Reported by: | benj | Owned by: | mark1 |
---|---|---|---|
Priority: | alpha 4 medium | Milestone: | The Glorious Future |
Component: | Processing: general | Keywords: | scan timing |
Cc: | mggr | Other processors: |
Description
It would be helpful to have some kind of automatic method for detecting correct scan timing offsets for scan lines, to save repeated trial-and-error processing to find the correct offset.
Possible approaches so far include edge detection (Mike), Fourier transforms (Steve) or neural networks (Ben)
Attachments (3)
Change History (5)
comment:1 Changed 17 years ago by benj
- Owner changed from benj to mark1
comment:2 Changed 17 years ago by mggr
Changed 16 years ago by mark1
Changed 16 years ago by mark1
Changed 16 years ago by mark1
Note: See
TracTickets for help on using
tickets.
Attempted with edge detection (nip2) and measuring total length of edges in image for various offsets, on the assumption that incorrect timing = more wobbles = longer edges. Didn't work :/