[Insight-developers] ConfidenceConnectedImageFilter, MeanImageFunction, VarianceImageFunction
Luis Ibanez
luis.ibanez@kitware.com
Thu, 14 Nov 2002 09:11:35 -0500
Hi Jim,
Are you ok with adding methods to
- MeanImageFunction
- VarianceImageFunction
- ConfidenceConnectedImageFilter
In order to setup the radius of the
neighborhood over which the statistics
are computed ?
In the ConfidenceConnectedImageFilter this
may only be used in the first iteration.
That may reduce the sensitivity to the
choice of the seed point.
How about adding a method:
void SetNeighborhoodRadius( int )
to these classes.
Thanks
Luis