CVD::Interpolate::NearestNeighbour Class Reference

#include <image_interpolate.h>


Detailed Description

This does not interpolate: it uses the nearest neighbour.

The sub pixel to be accessed is $p = (x,y)$. The nearest pixel is $q = ( \operatorname{round}\ x, \operatorname{round}\ y)$ The interpolated value, $v$, is $v = I(q)$

Definition at line 23 of file image_interpolate.h.


The documentation for this class was generated from the following file:
Generated on Wed Feb 18 10:23:17 2009 for CVD by  doxygen 1.5.3