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
Implement a module, that partitions given image data in chunks, propagates these chunks sequentially to the next processing module, and fuses the processed chunks back into one whole data set.
Note: There are several possible variations, eg.:
The data is one single image, the chunks are non-overlapping
The data is one single image, the chunks have to overlap
The data is are multiple images, the chunks are the individual images
The data is are multiple images, the chunks are multiple images
This issue has been imported from gitlab.
Description
Implement a module, that partitions given image data in chunks, propagates these chunks sequentially to the next processing module, and fuses the processed chunks back into one whole data set.
Note: There are several possible variations, eg.:
Comments
cebe on 2015-06-09T13:11:32.000Z:
similar to #41
mila-brandt on 2015-06-17T12:05:33.000Z:
Milestone changed to Milestone 4
mila-brandt on 2015-06-25T07:52:45.000Z:
Milestone removed
The text was updated successfully, but these errors were encountered: