Results 1 to 8 of 8

Thread: Creating a path from the center points of a selection?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Administrator waldronate's Avatar
    Join Date
    Mar 2007
    Location
    The High Desert
    Posts
    3,616

    Default

    What you need is called a morphological skeletonize operation or medial axis transform. It's a common operation in image processing. There are many libraries that can perform this task, but some sort of context in which you perform the operation would be useful.

  2. #2
    Guild Journeyer eepjr24's Avatar
    Join Date
    Nov 2020
    Location
    East Coast, USA
    Posts
    150

    Default

    Quote Originally Posted by waldronate View Post
    What you need is called a morphological skeletonize operation or medial axis transform. It's a common operation in image processing. There are many libraries that can perform this task, but some sort of context in which you perform the operation would be useful.
    Trying to automate some tasks for map making. So say I have a set of roads laid out on a layer. Having a path that followed the center of the road would allow me to perform multiple strokes on the road to lay down color, texture, pot holes or whatever else I would like. So in the end I would like to be able to call this from scripts, but from what I have seen so far most anything you can do from the UI you can do from the pdb. I have been pointed to AutoTrace and a plug in to use it, I am probably going to try that next unless someone has nifty other ideas. =)

    Thanks for the responses.

    - E

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •