- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
You are right, you should use IPP functions in a manner you described.
Regards,
Vladimir

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page