BlueQuartzSoftware / BlueQuartzSoftware/ITKImageProcessing
Check that data container type and ITK image type match in DREAM3DToITKImageFilter
- 主要语言
- C++
- 星标
- 4
- 派生
- 12
- PR 合并指标
- 30 天内没有已合并 PR
描述
When converting a DREAM3D data container using DREAM3DToITKImageFilter, the data type of the data container must match the data type of the ITKImageFilter: [see here](https://github.com/BlueQuartzSoftware/ITKImageProcessing/blob/develop/ITKImageProcessingFilters/itkInPlaceDream3DDataToImageFilter.hxx#L122-L135)
In VerifyPreconditions(), types should be checked and an exception should be thrown if they are not matching.
贡献指南
这个仓库没有索引到贡献指南
调研方向
Start in ITKImageProcessingFilters/itkInPlaceDream3DDataToImageFilter.hxx at the referenced lines and inspect VerifyPreconditions(). Check how the DREAM3D data container type and ITK image type are available there. Done means VerifyPreconditions() throws an exception when the types do not match.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- cpp
- 领域
- computer-vision
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100