Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data module: Data partitioning #40

Open
cebe-bot opened this issue Jul 14, 2015 · 0 comments
Open

Data module: Data partitioning #40

cebe-bot opened this issue Jul 14, 2015 · 0 comments
Labels

Comments

@cebe-bot
Copy link

This issue has been imported from gitlab.

  • author: @rhaensch
  • assignee: @
  • created on: 2015-05-29T14:57:36.000Z

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.:

  • 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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants