[ITK] question regarding simpleitk java wrapper

weiehome at sina.com weiehome at sina.com
Wed Jul 6 05:25:01 EDT 2016


Hi, 

Is there a possible way i can create an itk image in java just like in c++ :

Image itkImage = new Image();
itkImage.setOrgin( ... );
itkImage.setSpacing( ... );
itkImage.setRegion( ... );
itkImage.fill(0);

It seems in java i can get itk Image object either by reading files or from filters?

Regards, Tommi


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/community/attachments/20160706/7a9dea5c/attachment.html>


More information about the Community mailing list