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