for the border issue I solved using the matlab function "delete_edges.m"
that you can find into the extra/matlab plastimatch directory.
If you prefer there is a way to do this using python (that is free).
Anyway check always the results, because this is only a "patch" (the
code assumes that the registration is fine).
For the other one problem I don't know...I have never used that feature,
I'm sorry.
Hope this helps.
Regards.
Paolo
Regarding the failure of background_val, this seems to be a bug.
Should be an easy fix, but we should wait until Tony finishes the
code reorganization.
Another possible workaround is to create the xform, then warp afterward
using "plastimatch warp" with --default-value option.
Greg
Dear Alexandra,
Hope this helps.
Regards.
Paolo
The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.
Hi,
Your plastimatch update didn't compile, so that's why you
don't see the new behavior for background_val. Specifically, when
you see the version is (2737), that is the SVN revision.
I did some web searching, and it looks like it's possible that
you need to install the following packages:
libtermcap and libtermcap-devel
then, re-run cmake and give it another go.
(Not sure if this will work, so keeping my fingers crossed...)
-Greg
________________________________