- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Hi,
I am using the R200 to capture depth images that I convert to point clouds. An issue I'm finding is that planar surfaces can be extremely noisy.
Settings:
Gain: 2 Exposure: 30ms Resolution: 628x468
My first question is whether I can reduce this via my capturing method? (Note I would use a longer exposure if I could but it does not seem to let me without crashing). If not and my settings are fine would it be possible to smooth the surfaces down well enough that they look nice?
I have tried smoothing the PXCImage myself before creating the projection to vertices as well as some filtering of the clouds later but without much luck. The results are still reasonably noisy.
Any advice? Thanks.
- Etiquetas:
- Intel® RealSense™ Technology
Enlace copiado
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
That is just the reality of 3D. It is hard, and sensors are noisy. Our brain does an amazing job that we take for granted, but computers are different to brains...
You could use a third party library. Have a look at PCL for a starting point on filters, segmentation, reconstruction, etc...
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Also, grab points directly using a grabber.
This should get you started : https://github.com/taketwo/rs
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Ashwin S. wrote:
Also, grab points directly using a grabber.
This should get you started : https://github.com/taketwo/rs
I appreciate the code to look at. What is the benefit of using this grabber over what I am doing presently? I can already take the depth stream and query the vertices to get the projection which I construct a point cloud from.
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Oh,
I should've mentioned from a workflow standpoint, if you were using PCL this would be helpful.
It also features different capturing modes and so on.
No real benefit apart from that, since you have the depth to pointcloud stuff already working.
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Ashwin S. wrote:
Oh,
I should've mentioned from a workflow standpoint, if you were using PCL this would be helpful.
It also features different capturing modes and so on.No real benefit apart from that, since you have the depth to pointcloud stuff already working
I am using PCL yes. The code was useful and gave me some ideas, thanks!

- Suscribirse a un feed RSS
- Marcar tema como nuevo
- Marcar tema como leído
- Flotar este Tema para el usuario actual
- Favorito
- Suscribir
- Página de impresión sencilla