BlueQuartzSoftware / BlueQuartzSoftware/ITKImageProcessing
Inconsistency between ITKImageProcessing vector images and DREAM3D vector images
- 主要言語
- 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.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start by comparing the ITKImageProcessing and DREAM3D representations in the issue: RGB(A) and vector image component dimensions are encoded differently. Clarify whether the intended fix is consistent encoding or a filter-level user checkbox, then verify that RGB(A) and vector images remain distinguishable in the Dream3D data container.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- cpp
- 領域
- computer-vision
- issue の種類
- バグ
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100