You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Divide the image in squared (or rectangular but with no big difference between length and width of a rectangle) pieces and process each piece in a different thread.
For this first approach, divide in exactly as many pieces as threads are possible, later on we can think of having more pieces than threads and implementing a task queue.
The text was updated successfully, but these errors were encountered:
Divide the image in squared (or rectangular but with no big difference between length and width of a rectangle) pieces and process each piece in a different thread.
For this first approach, divide in exactly as many pieces as threads are possible, later on we can think of having more pieces than threads and implementing a task queue.
The text was updated successfully, but these errors were encountered: