Software Archive
Read-only legacy content
17061 Discussions

Accessing Pxcblobdata

Annapurna_S_
Beginner
144 Views

Hi,

I am trying to access the blobs in depth image.

I am using following:

PXCBlobData::IBlob * pBlob = NULL;
blobData->QueryBlob(p, PXCBlobData::SEGMENTATION_IMAGE_DEPTH, PXCBlobData::ACCESS_ORDER_LARGE_TO_SMALL, pBlob);
        

My query is how to use pBlob to get individual pixel value. I used querysegmentationimage() also but after conversion to world coordinates, it is giving a constant matrix.

 

 

TIA

0 Kudos
0 Replies
Reply