#include "maps-precomp.h"
#include <mrpt/maps/CColouredPointsMap.h>
#include <mrpt/obs/CObservation3DRangeScan.h>
#include <mrpt/maps/CSimplePointsMap.h>
#include <mrpt/core/bits_mem.h>
#include <mrpt/img/color_maps.h>
#include <mrpt/system/os.h>
#include <mrpt/opengl/CPointCloudColoured.h>
#include <mrpt/serialization/aligned_serialization.h>
#include "CPointsMap_crtp_common.h"
#include <pcl/io/pcd_io.h>
#include <pcl/point_types.h>
Go to the source code of this file.
Classes | |
struct | mrpt::maps::detail::pointmap_traits< CColouredPointsMap > |
Namespaces | |
mrpt | |
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. | |
mrpt::maps | |
mrpt::maps::detail | |
Functions | |
void | aux_projectPoint_with_distortion (const mrpt::math::TPoint3D &P, const TCamera ¶ms, TPixelCoordf &pixel, bool accept_points_behind) |
void aux_projectPoint_with_distortion | ( | const mrpt::math::TPoint3D & | P, |
const TCamera & | params, | ||
TPixelCoordf & | pixel, | ||
bool | accept_points_behind | ||
) |
Definition at line 475 of file CColouredPointsMap.cpp.
References MRPT_UNUSED_PARAM, mrpt::square(), mrpt::img::TPixelCoordf::x, mrpt::math::TPoint3D::x, mrpt::img::TPixelCoordf::y, mrpt::math::TPoint3D::y, and mrpt::math::TPoint3D::z.
Referenced by mrpt::maps::CColouredPointsMap::colourFromObservation().
Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST |