I'm trying to calculate the volume of a tree. I'm running the code with the following lines:
lasReader = lasFileReader(filename);
ptCloud =readPointCloud(lasReader);
P = ptCloud.Location;
inputs = define_input(P,1,1,1);
QSM = treeqsm(P, inputs);
Anyway, if I run the same code I always obtain results very different from each other (order of magnitude even greater than 10,000 L of difference).
Why is that? Can someone help me to understand and possibly fix this?
Thanks
I'm trying to calculate the volume of a tree. I'm running the code with the following lines:
lasReader = lasFileReader(filename);ptCloud =readPointCloud(lasReader);P = ptCloud.Location;inputs = define_input(P,1,1,1);QSM = treeqsm(P, inputs);Anyway, if I run the same code I always obtain results very different from each other (order of magnitude even greater than 10,000 L of difference).
Why is that? Can someone help me to understand and possibly fix this?
Thanks