[Insight-developers] memory problems

Ting Chen chenting@graphics.cis.upenn.edu
Thu, 10 May 2001 17:26:20 -0500


Hi!
I notice that most itk classes do not release the meory explicitly, and this
may cause problems when processing large image or 3D image.
for example, the itkGausssianClassify takes about 6000K memory to classify a
256 by 256 color image and never release the memory after complete the
classify. so how to deal with the problem?
ting