Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

Byte Order of IPL_DEPTH_16U data

rajikha
Beginner
466 Views
Hello,

Please explain me how to access 16 bit Unsigned data in IPLImage?

Regards,
Rajikha
0 Kudos
2 Replies
Chuck_De_Sylva
Beginner
466 Views
You might find this code useful: http://javacv.googlecode.com/svn-history/r205/trunk/javacv/src/com/googlecode/javacv/OpenKinectFrameGrabber.java. It is
in Java, but the general mechanism to determine byte order is there.
0 Kudos
Ying_H_Intel
Employee
466 Views
Hi Rajikha,

What do you mean the Byte Order?We usualyhandle data in little-endian format (based Intel architecture).

IPL is not supported over yearsas the discussionin http://software.intel.com/en-us/forums/showthread.php?t=72152. the migration from IPL to IPP file are here ipl_ipp.pdf
the IPP's data type: typedef unsigned short Ipp16u; seems tosame asthe IPL_DEPTH_16U.

Best Regards,
Ying
0 Kudos
Reply