Page 1 of 1

How to identify colour changes beyond a threshold between tow point clouds?

Posted: Sat Oct 06, 2018 1:10 pm
by garlac
Hi All,

I am new to CC and exploring its different features.I would like to thank all the contributors for this wonderful project.

I have a requirement where I need to identify the texture changes between two point clouds of same location....changes beyond a threshold value should be highlighted.

Is it possible to do that using CC..or any other similar software.?

Thank you and Have a good day.

Re: How to identify colour changes beyond a threshold between tow point clouds?

Posted: Sat Oct 06, 2018 9:22 pm
by daniel
Do you mean a 'texture' like in a textured 3D model?

I'am afraid there's no easy way to compare colors anyway. You can do some things (like interpolating the colors from one cloud to the others, and then converting these colors to scalar fields to be able to compute the difference between two scalar fields of the same cloud...). But in the end you compare only one channel, or the grey level...