MCPcopy Create free account
hub / github.com/PointCloudLibrary/pcl / getRangeImagePlanar

Method getRangeImagePlanar

simulation/src/range_likelihood.cpp:912–922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

910}
911
912void
913pcl::simulation::RangeLikelihood::getRangeImagePlanar(pcl::RangeImagePlanar& rip) const
914{
915 rip.setDepthImage(depth_buffer_,
916 camera_width_,
917 camera_height_,
918 camera_fx_,
919 camera_fy_,
920 camera_fx_,
921 camera_fy_);
922}
923
924void
925pcl::simulation::RangeLikelihood::addNoise()

Callers 2

displayFunction · 0.80
write_sim_outputFunction · 0.80

Calls 1

setDepthImageMethod · 0.80

Tested by 1

displayFunction · 0.64