BlueQuartzSoftware / BlueQuartzSoftware/ITKImageProcessing

Add filter or option to Import Image Stack to pad images to a certain Width/Height

Ouverte
#159 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
enhancement
Langage dominant
C++
Étoiles
4
Forks
12
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

This could be automated so the filter gets the largest dimensions of width and height by looking at all the images first, then padding the images to that maximum width/height, then finally doing the import.
This would require the preflight to examine each image in the series for its width/height which might slow down the preflight significantly for large image series. This slow down needs to be weighed by the benefits of adding the options. Maybe as a checkbox option and with some caching of the images the first preflight might take some time but after that it should be fast as long as the files are not changed.

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Piste de recherche

Locate the Import Image Stack filter and its preflight path. Review how image dimensions are obtained across an image series, then assess an opt-in padding option and caching for the preflight and import flow. Done means the series can be padded to the requested or maximum width and height without unnecessary repeated work.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
cpp
Domaine
computer-vision
Type d'issue
Fonctionnalité
Difficulté
5/5
Temps estimé
Plus d'une semaine
Activité
À l'abandon
Clarté
Plutôt claire
Accessibilité débutants
35/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.