Home
last modified time | relevance | path

Searched defs:point_in_image (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/common/include/pcl/range_image/impl/
H A Drange_image.hpp579 const PointWithRange& point_in_image = getPoint (image_x, image_y); in calculate3DPoint() local
596 const PointWithRange& point_in_image = getPoint (image_x, image_y); in calculate3DPoint() local
/dports/graphics/opencv/opencv-4.5.3/modules/highgui/src/
H A Dwindow_QT.cpp3079 … QPoint point_in_image(pos_in_image.x() + 0.5f,pos_in_image.y() + 0.5f);// Add 0.5 for rounding in drawImgRegion() local