[GRASS-user] v.lidar.growing - rasterized step

In the v.lidar.growing manual, it mentions how double pulses are
considered, "The classification categories from v.lidar.edgedetection
are now rasterized." Does this use region cell size, r is it all
handled behind the scenes independently?

Thanks for any feedback.
Mark

On Fri, May 28, 2010 at 1:50 PM, Mark Seibel <mseibel@gmail.com> wrote:

In the v.lidar.growing manual, it mentions how double pulses are
considered, "The classification categories from v.lidar.edgedetection
are now rasterized." Does this use region cell size, r is it all
handled behind the scenes independently?

Looking at the source code:
http://trac.osgeo.org/grass/browser/grass/branches/releasebranch_6_4/vector/lidar/v.lidar.growing/main.c#L203
-> G_get_set_window(&original_reg);

it seems to use the current region settings.

Markus