[Insight-users] Interesting Blob
    Luis Ibanez 
    luis.ibanez at kitware.com
       
    Fri Feb 18 02:01:34 EST 2005
    
    
  
Hi Kevin,
Yes, blob spatial objects can be treated like images.
In particular if you plan to create a mask with them.
We use spatial objects as masks for registration.
Using Blobs you can create a mask similar to the one
in your post by setting two positive blobs and a negative
one of smaller radius and larger peak value.
Note that for visualization purposes, SpatialObject can
be resampled into images using the SpatialObjectToImageFilter:
http://www.itk.org/Insight/Doxygen/html/classitk_1_1SpatialObjectToImageFilter.html
    Regards,
       Luis
----------------------
Kevin H. Hobbs wrote:
> Is it reasonable to treat blob spatial objects like images?
> 
> I have slices that look like this 
> http://crab-lab.zool.ohiou.edu/kevin/slice%20115%20scaled.png
> 
> I'm thinking of crudely masking them like this
> http://crab-lab.zool.ohiou.edu/kevin/slice%20115%20mask.png
> 
> My hope is that I can cut the file size and more importantly the memory
> used.  The images are 8 times the resolution of the ones above. 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
    
    
More information about the Insight-users
mailing list