# Curvature in image

**URL:** https://discourse.itk.org/t/curvature-in-image/7310
**Category:** Beginner Questions
**Created:** [November 12, 2024, 10:53pm UTC](https://discourse.itk.org/t/curvature-in-image/7310 "2024-11-12T22:53:06Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Silvan](https://discourse.itk.org/letter_avatar_proxy/v4/letter/s/e95f7d/32.png) [@Silvan](https://discourse.itk.org/u/Silvan)
#### Post date: [November 12, 2024, 10:53pm UTC](https://discourse.itk.org/t/curvature-in-image/7310/1 "2024-11-12T22:53:06Z")

</div>

Hello, Is there any ITK filter that can provide information about the curvature of the lines in this image? For example from less curvature to greater curvature by associating this information with different colors? Thank you  
 ![IMG_20241112_152050](https://discourse.itk.org/uploads/default/original/2X/6/6a773a97a1a2457cc369f868fd282eb8a5a1b5ef.jpeg)

---

<div class="post-metadata">

### Author: ![dzenanz](https://discourse.itk.org/user_avatar/discourse.itk.org/dzenanz/32/1093_2.png) [@dzenanz](https://discourse.itk.org/u/dzenanz)
#### Post date: [November 13, 2024, 2:27pm UTC](https://discourse.itk.org/t/curvature-in-image/7310/2 "2024-11-13T14:27:56Z")

</div>

I am not sure it there is a filter which can do it directly. But you should be able to segment these individual lines, compute their skeleton (medial axis), and then computing the curvature should be easy.
