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
- Host: GitHub
- URL: https://github.com/sarthakpati/itkorientfilterexample
- Owner: sarthakpati
- Created: 2019-09-03T11:33:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-05T14:55:02.000Z (almost 6 years ago)
- Last Synced: 2025-02-10T07:21:58.807Z (4 months ago)
- Language: C++
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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}
```