![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <ecvCameraSensor.h>
Public Member Functions | |
| KeyPoint () | |
| Default constructor. More... | |
| KeyPoint (float Px, float Py, unsigned indexInCloud) | |
| Constructor from a pixel and its index in associated cloud. More... | |
Public Attributes | |
| float | x |
| 2D 'x' coordinate (in pixels) More... | |
| float | y |
| 2D 'y' coordinate (in pixels) More... | |
| unsigned | index |
| Index in associated point cloud. More... | |
Knowing the ideal projection of a 3D point, computes what would be the real projection (through a lens)
| [in] | ideal | 2D coordinates of the ideal projection |
| [out] | real | what would be the real 2D coordinates of the projection trough a lens Key point (i.e. mapping between a point in a 3D cloud and a pixel in an image) |
Definition at line 365 of file ecvCameraSensor.h.
|
inline |
Default constructor.
Definition at line 374 of file ecvCameraSensor.h.
|
inline |
Constructor from a pixel and its index in associated cloud.
Definition at line 377 of file ecvCameraSensor.h.
| unsigned ccCameraSensor::KeyPoint::index |
Index in associated point cloud.
Definition at line 371 of file ecvCameraSensor.h.
| float ccCameraSensor::KeyPoint::x |
2D 'x' coordinate (in pixels)
Definition at line 367 of file ecvCameraSensor.h.
| float ccCameraSensor::KeyPoint::y |
2D 'y' coordinate (in pixels)
Definition at line 369 of file ecvCameraSensor.h.