ErikPeter2000 / CMS_AstroPi

The AstroPi team at the Cambridge Maths School.
4 stars 0 forks source link

Code for the Calculation Team #12

Closed ErikPeter2000 closed 9 months ago

ErikPeter2000 commented 10 months ago

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.

ErikPeter2000 commented 10 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.

ErikPeter2000 commented 10 months ago

To clarify, you should:

Danderson247 commented 10 months ago

Will do some more research for efficient algorithms

ErikPeter2000 commented 9 months ago

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.