Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Accessing Pxcblobdata

Annapurna_S_
Beginner
326 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