[Insight-developers] Curvature Calculation in ITK
Luis Ibanez
luis.ibanez at kitware.com
Sat Aug 15 12:45:11 EDT 2009
Hi Sila,
What kind of curvature are you looking for ?
Is it the Gauss curvature of an Iso-surface of intensity ?
Is your input image an image of grayscale values ?
--
You will find methods for computing curvature in the file:
Insight/Code/Common/itkLevelSetFunction.txx
In:
- ComputeMinimalCurvature() line 55, and
- ComputeMeanCurvature() line 160.
Regards,
Luis
-------------------------------------------------
On Fri, Aug 14, 2009 at 8:21 AM, Sıla Girgin <silagirgin at gmail.com> wrote:
> Hi,
>
> I am trying to calculate curvature value for each pixel in an image.
> I could not find a function in ITK.
> I used RecursiveGaussianImageFilter to find first and second derivatives.
> Then I put them in to this formula
>
> k = (x'y'' - y'x'') / (x'2 + y'2)3/2
>
> but, results are not good..
> Do you have a function to calculate curvature by using ITK functions?
> Or do you have any suggestion?
>
> Thanks
>
> Sila Girgin
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-developers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/mailman/private/insight-developers/attachments/20090815/2ab741ca/attachment.htm>
More information about the Insight-developers
mailing list