SLAMflex SE  0.1.0
SLAMflex provides detection and tracking of dominant planes for smartphone devices. This plane can then be used to show AR content relative to the plane orientation. The detection of plane is performed in the field of view of the smartphone camera. In subsequent frames it is tracked. The interface returns the plane position and orientation.
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: