#include <frame_projector.h>
Public Member Functions | |
ProjectivePoint () | |
Public Attributes | |
int | u_ |
int | v_ |
float | z_ |
"Projective" point comes from the OpenNI terminology, and refers to (u, v, z), i.e. pixel id and depth value. Here I've added color, too, so that this represents everything that is known about a pixel in an RBGD camera.
Definition at line 47 of file frame_projector.h.
|
inline |
Definition at line 50 of file frame_projector.h.
int clams::ProjectivePoint::u_ |
Definition at line 55 of file frame_projector.h.
int clams::ProjectivePoint::v_ |
Definition at line 56 of file frame_projector.h.
float clams::ProjectivePoint::z_ |
Definition at line 57 of file frame_projector.h.