Items with no label
3341 Discussões

How to extract the blob data, segmentation image, while using SDK 2.0

IChen11
Principiante
1.797 Visualizações

In SDK 2016 R3, we can use https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/querysegmentationimage_iblob_pxcblobdata.html QuerySegmentationImage get segmentation image data on SR300.

Since we decide to switch to D435 and we also need to upgrade the SDK to 2.0.

However, the SDK 2.0 does not have this function and we can not find any sample codes to implement it.

Do anyone know how to get segmentation image by using SDK 2.0? Or when will the intel add this feature into SDK 2.0?

0 Kudos
2 Respostas
idata
Funcionário
941 Visualizações

hHello Isaac_champ,

 

 

It is possible to do segmentation using SDK 2.0--refer to the align example at https://github.com/IntelRealSense/librealsense/tree/master/examples/align. This example is not distributed with the Windows installer, only on Ubuntu, because it depends on the IMGUI tool. But you can compile it on Windows if you get the tool or just extract what you need from it and use it in your own application.

 

 

For best segmentation results, we recommend configuring the depth camera for "High Density" + post-processing + hole-filling

 

 

See the measure example for how to use hole-filling: https://github.com/IntelRealSense/librealsense/blob/ba01147d65db16fdf4da36a3e718fe81c8421034/examples/measure/readme.md.

 

 

Regards,

 

Jesus

 

Intel Customer Support

 

IChen11
Principiante
941 Visualizações

Ok, thanks!

We will try this.

Responder