ITKSphinxExamples
ITKSphinxExamples copied to clipboard
CreateImage does not clear the buffer
A search for image->Allocate(); has 149 hits while image->FillBuffer( has 64 hits. The instances of Allocate not followed by a FillBuffer should be examined, and probably turned into image->Allocate(true); calls.