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

Optical Flow with 16 bit

oldmonk
Beginner
414 Views
The IppiPyramid contains pointers to 8 bit unsigned Images. But when i am using optical flow for 16 bit images how do i use the IppiPyramid. Do i need to use IppiConvert (does it result in loss in accuracy) or should i just cast the pointer as 8 bit images and still use 16 bit images.
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
414 Views
You need to cast pointers to Ipp16u in your case

Vladimir
0 Kudos
Reply