Closed ErikPeter2000 closed 9 months ago
I've given you two weeks. In that time I would like you to have tested the code too, so dont leave it until last minute pls. We have a tight deadline to meet, and work is already piling up at school.
To clarify, you should:
Worker
.work()
method to deque match data (an array of pixel coordinates and timestamps, etc) from the queue whilst self.cancelled
is false.src
folder.Will do some more research for efficient algorithms
Timur, Jasper and I have decided that matching images will be done in the background thread, since this is a time-consuming action. Note that the queue will now send a pair of cv2 image objects instead of just raw coordintes. However, the matching is done in a seperate class that's already written, so it's a simple function call.
Following my template in
Erik/src
, write a SpeedCalculation class that will calculate the speed given incoming data in the form of a queue.If you have any questions, please ask.