This is the fastest and least accurate interpolation mode. The pixel value in the destination image is set to the value of the source image pixel closest to the point
(xS,yS):D(xD,yD) = S(round(xS), round(yS)).
To use the nearest neighbor interpolation, set the parameter interpolation to IPPI_INTER_NN.
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.