Skip to main content
Question

can anyone suggest me, how to recognise road edge using FME Transormers

  • September 6, 2021
  • 4 replies
  • 46 views

can anyone suggest me, how to recognise road edge using FME Transormers

4 replies

redgeographics
Celebrity
Forum|alt.badge.img+59
  • Celebrity
  • 3700 replies
  • September 6, 2021

What kind of source data do you have? Raster?


  • Author
  • 2 replies
  • September 6, 2021

What kind of source data do you have? Raster?

raster(Point cloud data)

 


JennaKAtSafe
Safer
Forum|alt.badge.img+8
  • Safer
  • 192 replies
  • September 7, 2021

raster(Point cloud data)

 

Hi @rajkeerthana09​ , maybe this article will help: https://community.safe.com/s/article/edge-detection-with-the-rasterconvolver


hkingsbury
Celebrity
Forum|alt.badge.img+63
  • Celebrity
  • 1625 replies
  • September 8, 2021

I've experimented with similar previously, we had Pointcloud data with RGB values on it. I converted those values to HSV and used these along with the RGB values to filter out points that were sufficiently 'grey' (high saturation). Similar logic also allowed us to pull out white and yellow line markings with some success