I am new to C. I am using Intel's IPP for resizing an image in VS2015. I am trying to use ippiResizeLanczos_8u_C3R function to resize the image.
I do not know how to see/view the resized image or get the pixel values of the resized image (image after applying the above mentioned function), as I intend to use the resized image for further processing. The function perhaps returns only the "IppStatus". But I want to get the resized image or the data information (pixel values) of the resized image as return value.
Any help in this regard would be highly appreciated?