epfl-cs358 / 2024sp-helping-hand

2 stars 0 forks source link

Integrate the camera/plotter coordinates change and perspective correction algorithm to the server #40

Closed gruvw closed 1 month ago

gruvw commented 1 month ago

Ok so I made a lot of progress and I think I am almost done with the perspective correction algorithm:

gruvw commented 1 month ago

I finished the code for this task, it's on PR #45

I also documented and improved the separation of concerns of the server side code. I also added the base64 image format to the analyse server endpoint, as described in #39.

For more details, refer to the description of PR #45.