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

Thresholding YUV

apolo74
ビギナー
448件の閲覧回数
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 件の賞賛
1 返信
Vladimir_Dudnik
従業員
448件の閲覧回数

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

返信