Home
last modified time | relevance | path

Searched refs:getDepthFocalLength (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/io/src/
H A Dopenni2_grabber.cpp498 float reciprocalFocalLength = 1.0f / device_->getDepthFocalLength (); in imageDepthImageCallback()
514 float reciprocalFocalLength = 1.0f / device_->getDepthFocalLength (); in irDepthImageCallback()
534 float constant_x = 1.0f / device_->getDepthFocalLength (); in convertToXYZPointCloud()
535 float constant_y = 1.0f / device_->getDepthFocalLength (); in convertToXYZPointCloud()
614 float fx = device_->getDepthFocalLength (); // Horizontal focal length in convertToXYZRGBPointCloud()
615 float fy = device_->getDepthFocalLength (); // Vertcal focal length in convertToXYZRGBPointCloud()
741 float fx = device_->getDepthFocalLength (); // Horizontal focal length in convertToXYZIPointCloud()
742 float fy = device_->getDepthFocalLength (); // Vertcal focal length in convertToXYZIPointCloud()
916 float focalLength = device_->getDepthFocalLength (); in processDepthFrame()
H A Dopenni_grabber.cpp519 float constant = 1.0f / device_->getDepthFocalLength (depth_width_); in imageDepthImageCallback()
535 float constant = 1.0f / device_->getDepthFocalLength (depth_width_); in irDepthImageCallback()
552 float constant_x = 1.0f / device_->getDepthFocalLength (depth_width_); in convertToXYZPointCloud()
553 float constant_y = 1.0f / device_->getDepthFocalLength (depth_width_); in convertToXYZPointCloud()
629 float constant_x = 1.0f / device_->getDepthFocalLength (depth_width_); in convertToXYZRGBPointCloud()
630 float constant_y = 1.0f / device_->getDepthFocalLength (depth_width_); in convertToXYZRGBPointCloud()
H A Doni_grabber.cpp325 float constant = 1.0f / device_->getDepthFocalLength(depth_width_); in imageDepthImageCallback()
340 float constant = 1.0f / device_->getDepthFocalLength(depth_width_); in irDepthImageCallback()
358 float constant = 1.0f / device_->getDepthFocalLength (depth_width_); in convertToXYZPointCloud()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/io/include/pcl/io/openni_camera/
H A Dopenni_device.h230 getDepthFocalLength (int output_x_resolution = 0) const throw ();
574 OpenNIDevice::getDepthFocalLength (int output_x_resolution) const throw () in getDepthFocalLength() function
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/io/include/pcl/io/openni2/
H A Dopenni2_device.h191 getDepthFocalLength () const;
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/io/include/pcl/io/
H A Dopenni_grabber.h288 getDepthFocalLength (double &depth_focal_length_x, double &depth_focal_length_y) const in getDepthFocalLength() function
H A Dopenni2_grabber.h325 getDepthFocalLength (double &depth_focal_length_x, double &depth_focal_length_y) const in getDepthFocalLength() function
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/tools/
H A Dopenni_image.cpp385 …ength_x = parameters_depth.focal_length_y = grabber_.getDevice ()->getDepthFocalLength (depth_imag… in image_callback()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/io/src/openni2/
H A Dopenni2_device.cpp192 pcl::io::openni2::OpenNI2Device::getDepthFocalLength () const in getDepthFocalLength() function in pcl::io::openni2::OpenNI2Device
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/io/src/openni_camera/
H A Dopenni_device.cpp869 …DepthImage::Ptr depth_image ( new DepthImage (depth_data, baseline_, getDepthFocalLength (), shado… in DepthDataThreadFunction()