GISLab-ELTE / railroad

Robust Railroad Infrastructure Detection Framework
BSD 3-Clause "New" or "Revised" License
24 stars 15 forks source link

When i use the region growth algorithm to segment powerline,how can i get seed cloud from my ".las" point cloud ? #1

Closed zlei96 closed 3 years ago

mcserep commented 3 years ago

Hello,

The seed must be manually extracted by selecting a small segment of the powerline with a LAS editor tool like CloudCompare. A seed of few meters shall be enough. (Creating the seed with another algorithm could also work.)

I can send you a sample railway segment and a powerline seed to it, which was used to the get the results showcased in the README file. However for your own dataset you must create the seed for yourself.

Also, I have added the link to the master thesis behind the region growth algorithm to the end of the README in case you are interested in the details.