Pranjal Sahu

Results 16 issues of Pranjal Sahu

Instantiating itkMatrix as the following fails for certain combinations of dimensions: ```python a = itk.Matrix[itk.F, 2, 2]() a = itk.Matrix[itk.F, 4, 4]() ``` Object creation fails with the following error...

type:Bug

### Description ### Steps to Reproduce ```python filepath = 'atlas_fc_nii.gz' img1 = itk.imread(filepath, itk.F) x_img = itk.xarray_from_image(img1) ``` ### Expected behavior ### Actual behavior ```python 85 metadata = dict(l_image) 86...

type:Bug

## 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 the changes have...

type:Enhancement
type:Testing
area:Registration

Writing mesh in binary mode fails when using 5.3rc4.post2 wheels. ### Description Getting segmentation faults with messages such as: - free(): corrupted unsorted chunks - corrupted size vs. prev_size -...

type:Bug

### Description Getting error while reading mesh using ITK. ``` --------------------------------------------------------------------------- ImportError Traceback (most recent call last) Input In [3], in () ----> 1 a = itk.meshread("C:\\Users\\pranj\\Downloads\\testpoly.vtk", itk.D) 2 print(a)...

type:Bug

Intermittently observing this error message specifically for CastImageFilter. Tried both the ways as **CastImageFilter** and **cast_image_filter** ### Description ### Steps to Reproduce ### Expected behavior ### Actual behavior ```none ```...

type:Bug

## 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 the changes have...

type:Bug
area:IO

For adding iso-tropic scaling in the transformation matrix along with Rotation and Translation when using landmarks for transform initialization. Moved some common code from VersorRigid3DTransform and Similarity3DTransform and created **ComputeCentroid**...

type:Enhancement
type:Testing
area:Registration

Happens when no feature obtained from sift

Avoids when no features are obtained. It occurs when the threshold is not crossed