claimed-framework / component-library

The goal of CLAIMED is to enable low-code/no-code rapid prototyping style programming to seamlessly CI/CD into production.
Apache License 2.0
2.31k stars 4.06k forks source link

Create component for image tiling #269

Open romeokienzler opened 4 months ago

romeokienzler commented 4 months ago

Is your feature request related to a problem? Please describe. The image tiling problem is part of nearly every computer vision pipeline. This component should read arbitrary image formats and create the desired tiles (also using sliding and tumbling windows and with configurable stride size In case of geospatial image formats like geotiff/cog the tile's metadata should be kept / adjusted in the tiles. E.g. coordinates

romeokienzler commented 4 months ago

@weingartlorenz and Max (max, please post your GH id here, so that I can add you) . I've merged #268 - thanks a lot for that, here are some comments (or tasks) which would improve this component:

creatermaker commented 4 months ago

Hello Romeo,

Thank you for your feedback, we have improved our component and created a new pull request. All your requests for changes should be dealt with now.

Best wishes @weingartlorenz and @creatermaker (Max)

romeokienzler commented 3 months ago

Thanks @creatermaker I've merged, the following things are missing if you wanna have a look

romeokienzler commented 3 months ago

@creatermaker @weingartlorenz done some edits, please do a 'git pull' before you start editing :)