- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
Thanks and regards,
Boris
コピーされたリンク
1 返信
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
