An open API service indexing awesome lists of open source software.

https://github.com/sarthakpati/itkorientfilterexample

Debugging ITK's OrientImageFilter
https://github.com/sarthakpati/itkorientfilterexample

Last synced: 2 months ago
JSON representation

Debugging ITK's OrientImageFilter

Awesome Lists containing this project

README

        

# ITK OrientImageFilter Example

This project is to check an issue with ITK's OrientImageFilter](https://itk.org/Doxygen/html/classitk_1_1OrientImageFilter.html), related to the [issue raised on ITK's Discord forum](https://discourse.itk.org/t/orientimagefilter-changes-the-origin-of-the-image/2200).

## Requirements

- CMake
- C++ Compiler
- ITK

## Usage

```powershell
ITKOrientImageFilter ${inputImageFile_nifti} ${outputImageFile_nifti}
```