BlueQuartzSoftware / BlueQuartzSoftware/ITKImageProcessing

Inconsistency between ITKImageProcessing vector images and DREAM3D vector images

未关闭
#141 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
C++
星标
4
派生
12
PR 合并指标
30 天内没有已合并 PR

描述

ITKImageProcessing encodes RGB(A) and vector images in Dream3D data container differently whereas DREAM3D encodes them the same way.

In DREAM3D,
RGB(A) and vector images: QVector cDims(1, nb_components);

In ITKImageProcessing:
Vector images components: QVector cDims(nb_components, 1);
RGB images: QVector cDims(1, 3);

ITKImageProcessing uses this implementation difference to differentiate between RGB(A) images and vector images. A solution for ITKImageProcessing to differentiate between RGB(A) and vector images could be with additional input from the user (check box). This additional input would be selected at the filter level.

贡献指南

这个仓库没有索引到贡献指南

调研方向

首先比较 issue 中 ITKImageProcessing 和 DREAM3D 的表示方式:RGB(A) 图像和向量图像的组件维度采用了不同的编码方式。明确预期的修复方案是一致的编码,还是过滤器级别的用户复选框,然后验证 RGB(A) 图像和向量图像在 Dream3D 数据容器中仍然可以区分。

由索引模型根据 Issue 内容生成。

评估

技术栈
cpp
领域
computer-vision
Issue 类型
缺陷
难度
5/5
预计耗时
一周以上
活跃度
停滞
描述清晰度
需要澄清
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。