Would it be possible to add Median to Min, Max and Average in the Projection - Cell Height calculation?
Median should be more resilient to spikes and would be a pretty easy implementation.
Thanks!
Median Calculation in Rasterize
Re: Median Calculation in Rasterize
Easy indeed, but it would take a lot of memory (as you need to store all values to compute the median). I'll add it to the TODO list.
Daniel, CloudCompare admin
Re: Median Calculation in Rasterize
Thanks Daniel
The memory impact word get worse with the increasing cell size, that's true. I rarely have more than a few hundred points in a cell, though others may have more.
The memory impact word get worse with the increasing cell size, that's true. I rarely have more than a few hundred points in a cell, though others may have more.
Re: Median Calculation in Rasterize
I think it's still in the TODO list indeed.
Yes maybe memory is less an issue now (it all depends on the grid size of course)
Yes maybe memory is less an issue now (it all depends on the grid size of course)
Daniel, CloudCompare admin