Inconsistency between ITKImageProcessing vector images and DREAM3D vector images
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 25/100
- Issue type
- Bug
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- cpp
- Domain
- computer-vision
Research direction
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.
Written by the indexing model from the issue text.
Description
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<size_t> cDims(1, nb_components);
In ITKImageProcessing:
Vector images components: QVector<size_t> cDims(nb_components, 1);
RGB images: QVector<size_t> 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.
- Dominant language
- C++
- Stars
- 4
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from BlueQuartzSoftware/ITKImageProcessing
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
-
enhancement
Difficulty 5/5 Over a week Newbie friendliness 35/100
-
enhancement
BlueQuartzSoftware/ITKImageProcessing#156 · 1 assignee ·
-
enhancement
BlueQuartzSoftware/ITKImageProcessing#155 · 3 assignees ·
-
BlueQuartzSoftware/ITKImageProcessing#154 · 1 assignee ·
All issues in BlueQuartzSoftware/ITKImageProcessing
Similar issues
-
enhancement
Difficulty 1/5 Under an hour Newbie friendliness 88/100
QuantStack/git2cpp#187 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
AXERA-TECH/ax-llm#77 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
games-on-whales/wolf#509 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100