I am trying to evaluate buildings height using LIDAR data, for simplicity let's say that the highest point will do.
My problem is to filter the high peaks and the noise in data. I tried to take the polygon area of the building, and the area around it, bucket the data into buckets of 1 feet and filter the small buckets, then subtract the building height from the ground height in order to get the real height but it's not working so well.
I also thought about machine-learning with regression algorithm.
My questions:
Are there tools and ready made functions that can help me with the building height evaluation? What are the best tools to filter LIDAR data?
I read about rapidlasso ground classification --> building heights, do you think it cab help me evaluate the height more accurately?
Are there sources for some real (ground-truth) building heights in the us, so I can train and evaluate my model?
Any other input in the subject will be appreciated. Thanks.