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

Thresholding with range.

joslin
Beginner
531 Views
Hi,
I am wondering how it is possible (using the Image Processing calls) to set a specific range of pixels to a value V. i.e. if a pixel in a plane is greater than X, but less than Y, then set this pixel to V, or set a Pixel in another Plane to V.
I have found a work around using ippi_Threshold_GTLTVal_(); but it requires 3 function calls per plane (channel) and another at the end to combine. It seems a common enough function to have included as a base.
Best, Chris
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
531 Views
Hi Chris,
you can use ippiLUT family of functions for this purpose.
Regards,
Vladimir
0 Kudos
Reply