Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
6814 ディスカッション

Which is the best way to filter unsigned images?

Intel_C_Intel
従業員
384件の閲覧回数
I'm working with monochrome images (12 or 14) bits.
Which is the best approach if I need to use IPP functions with signed 16 bits arguments?
For example, if I want to use ippiFilterSharpen_16s_C1R with 12 bits images, can I simply threshold the result image between 0 and 4096 with ippiThreshold_LTValGTVal_16s_C1IR or is there something better to do to convert back the result image to the original format?
Thank you very much
0 件の賞賛
1 返信
Vladimir_Dudnik
従業員
384件の閲覧回数
Hi,
You are right, you should use IPP functions in a manner you described.
Regards,
Vladimir
返信