diff --git a/_pages/research.md b/_pages/research.md index af76b96b4d4ff..c5c0b2f0e84ee 100644 --- a/_pages/research.md +++ b/_pages/research.md @@ -7,6 +7,21 @@ author_profile: true ### Pose Estimation: Understanding what is where? +
+ | + ++ 3D pose estimation is a pivotal facet of computer vision, transcending the limitations of its 2D counterpart by incorporating depth information. This process involves leveraging point clouds acquired from advanced sensors like LiDAR, stereo cameras, or depth cameras. The goal is to accurately determine the three-dimensional position and orientation of objects within a given scene. An instrumental player in this field is the Point Cloud Library (PCL), an open-source resource that provides an array of algorithms for processing and analyzing 3D point clouds. Whether it's filtering noise, segmenting data, extracting features, or facilitating visualization, PCL has become a cornerstone in applications such as robotics and augmented reality, enhancing the spatial comprehension of the environment. + | +