BlueQuartzSoftware / BlueQuartzSoftware/ITKImageProcessing
Using itk::VectorImage instead of itk::Image<Vector<...
未关闭
- 主要语言
- C++
- 星标
- 4
- 派生
- 12
- PR 合并指标
- 30 天内没有已合并 PR
描述
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).
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先定位使用 itk::Image 和 itk::Dream3DImage 且将向量分量限制为维度 2 和 3 的位置。追踪相关的图像处理入口点和测试,然后确定使 itk::VectorImage 支持任意向量维度所需的范围和验证工作。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- cpp
- 领域
- computer-vision
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 30/100