Page 1 of 1

rules to choose point when subsampling

Posted: Tue Mar 17, 2015 1:44 pm
by Remi-C
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

Re: rules to choose point when subsampling

Posted: Thu Mar 19, 2015 10:05 am
by daniel
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).