greedy icon indicating copy to clipboard operation
greedy copied to clipboard

Very fast greedy diffeomorphic registration code

Results 30 greedy issues
Sort by recently updated
recently updated
newest added

I did registration of 3d images in ITK-SNAP and it was great. Now I want to reproduce it using command line tool. What parameters should I pass to get the...

When compiling greedy, it asked for VTK binary directory. Following [similar issue here](https://github.com/pyushkevich/greedy/issues/33#issuecomment-1155335034), I installed VTK but now is giving this error: From the VTK [git repo](https://gitlab.kitware.com/vtk/vtk/-/tree/master) I could not...

Hi, I have tried to install greedy under MacOS. I followed the installation instruction and installed CMake 3.23.2 and ITK 5.2.1. When I tried to run ccmake for building greedy,...

Hi, I've identified an issue with output transformations calculated by Greedy on Linux. I run it several times to register data using affine options with the command below and received...

Hi Paul, Do you have any plans to offer greedy as a python package so that it can be daisy-changed into larger projects? Cheers, Sarthak

Hello I'm having a great time using greedy. I'm wondering what's an easy way to apply the transforms generated by greedy to images loaded in SimpleITK (Python)? I understand that...

Trying rigid registration plus uniform scaling with the `-dof 7` option. I get the error ABORTING PROGRAM DUE TO RUNTIME EXCEPTION -- DOF parameter only accepts 6 and 12 as...

scoping `isnan` to use the stdlib version fixes #23 Is there a better `isnan` to use :shrug:

I've been trying to get greedy to build in a docker container but I'm running into errors with `isnan` ITK: 4.12.2 greedy: a9fcaac Dockerfile ```dockerfile FROM ubuntu:18.04 RUN apt-get update...

Hi @pyushkevich - just wanted to give an update. I made lots of little changes to get ITK 5.1.2 compiling on [this forked branch](https://github.com/mschachter/greedy/tree/itkv5_upgrade). Now the bigger changes need to...