BlueQuartzSoftware / BlueQuartzSoftware/ITKImageProcessing
Using itk::VectorImage instead of itk::Image<Vector<...
- Langage dominant
- C++
- Étoiles
- 4
- Forks
- 12
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Using itk::VectorImage instead of itk::Image (and the corresponding itk::Dream3DImage) with vector components would allow to not hardcode the number of dimension for vectors, and therefore not limit the user to a small number of vector images that can be processed (currently only vectors of dimension 2 and 3 are accepted).
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Start by locating the uses of itk::Image and itk::Dream3DImage that restrict vector components to dimensions 2 and 3. Trace the related image-processing entry points and tests, then define the scope and validation needed for itk::VectorImage to support arbitrary vector dimensions.
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
- 30/100