c++ - Difficulties using DemonsRegistrationFilter in ITK -
i'm trying register 2 images using itk library , demonsregistrationfilter. have problems setting 2 images want register. when compile, error:
imagetype
not declared in scope.
i first wanted use python wrapper didn't figure out how have code using c++ i'm not familiar. using template. if can or send me simple working example, great.
regards,
arnaud
since interested in python bindings, may interested in the 0.9 version of simpleitk has added demons registration filters. can build yourself on current git master or download packaged nightly version .
this save of these pesky c++ template issue.
Comments
Post a Comment