[vtkusers] does anyone know how to use vtkImageGaussianSmooth ?
Anka Kochanowska
anka at bic.mni.mcgill.ca
Tue Nov 6 08:09:09 EST 2007
vtkImageGaussianSmooth *GaussianSmooth =
vtkImageGaussianSmooth::New();
GaussianSmooth->SetInput(YourInputObject->GetOutput());
GaussianSmooth->SetStandardDeviation(standardDeviation);
GaussianSmooth->SetRadiusFactor(radius);
GaussianSmooth->Update();
YourOutputObject->SetInput( GaussianSmooth->GetOutput() );
GaussianSmooth->Delete();
Anka
jim yu wrote:
> thanks
> ------------------------------------------------------------------------
> Connect to the next generation of MSN Messenger Get it now!
> <http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline>
>
>
>------------------------------------------------------------------------
>
>_______________________________________________
>This is the private VTK discussion list.
>Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>Follow this link to subscribe/unsubscribe:
>http://www.vtk.org/mailman/listinfo/vtkusers
>
>
More information about the vtkusers
mailing list