how to filter a point cloud according to the color of the points?

8 visualizaciones (últimos 30 días)
I have a thermal image registered point cloud where the heated substance appears yellowish color and the other parts are black. Now I want to get a point cloud only with the points that has color yellowish and delete the other points that are black. The image of the point cloud that I have is attached.

Respuestas (1)

Ashutosh Prasad
Ashutosh Prasad el 14 de Sept. de 2018
You can use simple image segmentation techniques to segment out the yellow portions of the image. A very basic approach would be to threshold the image using the im2bw function by setting the threshold parameter close to the yellow marker.
  1 comentario
Sirazum Munira Tisha
Sirazum Munira Tisha el 19 de Sept. de 2018
I can segment the image but I need to segment the point cloud as well based on the color, which I am failing to do.I didn't find any function for doing that. Thanks for your reply though.

Iniciar sesión para comentar.

Categorías

Más información sobre Point Cloud Processing en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by