UCL / STIR

Software for Tomographic Image Reconstruction
http://stir.sourceforge.net/
Other
111 stars 93 forks source link

add find_fwhm_in_image to SWIG #1419

Open KrisThielemans opened 4 months ago

KrisThielemans commented 4 months ago

Could be easy enough... https://github.com/UCL/STIR/blob/4e8d40eb46f8d767f3821325acd1ff302e6dc7f0/src/include/stir/find_fwhm_in_image.h#L133-L137 So

%include "stir/find_fwhm_in_image.h"
template ....

@samdporter maybe you want to try this.