[ITK-users] Write to file

Matt McCormick matt.mccormick at kitware.com
Mon Sep 19 15:32:39 EDT 2016


Hi Robert,

This library could be extended to serialize / deserialize the object
to disk as .JSON files:

  https://github.com/Slicer/ParameterSerializer

HTH,
Matt

On Wed, Sep 14, 2016 at 2:24 PM, Robert <scorpiuni at gmail.com> wrote:
> Dear ITK community,
>
> is there a possibility to write the output of a shape function to a file?
> More precisely, if I take for example the geodesic segmentation filter, this
> inputs the shape to the algorithm:
> geodesicActiveContour->SetShapeFunction( shape );
> However, I now want this "shape" object saved to a file for a later use, and
> not calculated on the fly each time running the algorithm.
> An imagefilewriter does not seem to do the job...
>
> Thanks in advance,
> Robert
>
>
>
> --
> View this message in context: http://itk-insight-users.2283740.n2.nabble.com/Write-to-file-tp7589209.html
> Sent from the ITK Insight Users mailing list archive at Nabble.com.
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.php
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/insight-users


More information about the Insight-users mailing list