CVD 0.8
CVD::Interpolate::NearestNeighbour Class Reference

This does not interpolate: it uses the nearest neighbour. More...

#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: