ITK icon indicating copy to clipboard operation
ITK copied to clipboard

Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimens...

Results 369 ITK issues
Sort by recently updated
recently updated
newest added

From [ITKConfig.cmake](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CMake/ITKConfig.cmake.in#L11-L15) to aid in libraries using all ImageIOs and TransfromIOs there are the "ITKImageIO" and ITKTransformIO" CMake components. Is there are similar one for the FFT modules to enable...

type:Bug

### Description For any given class, we should test that their ivars are initialized to the values in their corresponding declaration/class constructor. This would allow to detect and track changes/bugs...

type:Testing
Good first issue

### Description As mentioned in PR #114, the `itk::FastMarchingFilterBase` class would be better covered if the corresponding tests were quantitative (i.e. the output was compared against a baseline), and additional...

Good first issue
type:Coverage

### Description I am not sure if this is the right place to ask this, but here it is anyway. Why is [itkFastMarchingImageFilterBase](https://github.com/InsightSoftwareConsortium/ITK/blob/87a66198e11920eeb04db1d6125a37e83cf4ebf6/Modules/Filtering/FastMarching/include/itkFastMarchingImageFilterBase.h) named such? When I read 'itk...**Base**.h' I...

type:Style

May address: #303 ## PR Checklist - [ ] No [API changes](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CONTRIBUTING.md#breaking-changes) were made (or the changes have been approved) - [ ] No [major design changes](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CONTRIBUTING.md#design-changes) were made (or...

type:Bug
type:Infrastructure
area:ThirdParty

### Description I use Photoshop/ImageJ open the test image , both get real pixel type of 16bit. But ITK TIFFIO get UCHAR( 8bit ). tiffinfo : ![image](https://user-images.githubusercontent.com/8470001/146147676-e132b29d-5436-47b1-8141-eea64e929bac.png) Fiji: ![image](https://user-images.githubusercontent.com/8470001/146148754-38dff3e7-c8c5-41d4-85f6-69f79d6694f2.png) ###...

type:Bug

### Description NIFTI images are loaded with corrupted image data if loading something.nii.gz and there is another file with the same filename with .nii extension. See original bug report of...

type:Bug

### Description [https://github.com/KitwareMedical/ITKUltrasound/pull/184](https://github.com/KitwareMedical/ITKUltrasound/pull/184) defines operators for adding `itk.Vector` and `itk.VariableLengthVector`s of the same size. Would be useful to include those operations in ITK proper for working with vector pixels.

type:Enhancement

### Description cc: @jcfr @lassoan @pieper Nifti1 has [scl_slope and scl_inter](https://nifti.nimh.nih.gov/nifti-1/documentation/nifti1fields/nifti1fields_pages/scl_slopeinter.html). The equivalent attributes in the NRRD are [oldmin and oldmax](http://teem.sourceforge.net/nrrd/format.html#oldmin) as if: ``` # define oldmin and oldmax when...

type:Enhancement
area:IO
Good first issue