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

What kind of source data do you have? Raster?


What kind of source data do you have? Raster?

raster(Point cloud data)

 


raster(Point cloud data)

 

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


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


Reply