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

Thresholding YUV

apolo74
Beginner
233 Views
Hi everybody, I'm a beginner in Computer Vision and I was told I should use YUV format to work with real environment images to detect specific objects. I've managed to read an RGB image and convert to YUV format and also separate the Y, U and V channels... but that's as far as I've got with IPP functions. I would like to have some help on how to apply a threshold to my YUV image given a specific pair of values for U and V... since luminance is suppossed to be avoided. An also, how should I read the U and V values of my images?
Thanks and regards,
Boris
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
233 Views

Hello Boris,

I would recommend you to start from IPP manual on how to use IPP functions. For the computer vision domain you might be interested to take a look on Intel OpenCV library.

Regards,
Vladimir

0 Kudos
Reply