Hey,
We have 2 pointclouds that we merge.
Then we would like to subsample to reduce the size.
In this operation, the subsampling sometimes has to choose between points from cloud 1 or cloud2.
We would need to guide the subsampling with a scalar field.
For instance, take the point where the scalar field value is the highest.
In our precise case, we would like the point with the highest intensity to be kept.
Somebody knows a workaround for this?
Thanks,
Rémi-C
rules to choose point when subsampling
Re: rules to choose point when subsampling
Hi,
Interesting idea but I don't see how to do this with the current version. It would not be very difficult to hack the code in this way though (if you are able to compile CC on your side).
Interesting idea but I don't see how to do this with the current version. It would not be very difficult to hack the code in this way though (if you are able to compile CC on your side).
Daniel, CloudCompare admin