Hello,
I was trying to implement Sobel Operator from IMage library on DM6437. Since it was not working on Video Preview example, Bernie mentioned that the size of the input is YCbCr(16 bit) which is in-compatible with Image Library sobel function. There are many forms of sobel functions are available in image library which are as follows:
IMG_sobel_3x3_16s 3x3 Sobel Edge Detection for 16-bit Input,
IMG_sobel_5x5_16s 5x5 Sobel Edge Detection for 16-bit Input and some others,
Since my input data is 16 bit Ycbcr then why any of these sobel functions is not producing the sobel output on the display(as these are for 16 bit input)?
Also, library does not mention anything about output image pixel size.
Please provide any help..
thanks
Jalwinder