Add transformer to perform image patching #50
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Is your feature request related to a problem? Please describe.
Need a modular, clear, concise method for adding image manipulation code. Come image feature engineering pipelines will take a larger image and slice it up into patches (e.g. 128x128) that will work with deep learning or embeddings.
Describe the solution you'd like
See the whole slides image processing accelerator, encapsulate the patching process into a compact transformer.
Describe alternatives you've considered
Most user code will focus on looping over every file, read the file, write the patches out. This is problematic because:
Additional context
The text was updated successfully, but these errors were encountered: