Skip to content

Commit

Permalink
Update research.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FarStryke21 authored Jan 5, 2024
1 parent 7291562 commit 763828b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions _pages/research.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ author_profile: true

### Pose Estimation: Understanding what is where?

<table style="border: none; border-collapse: collapse;">
<tr>
<td style="padding: 10px; border: none;">
<div style="width: 400px; height: 300px; border-radius: 50px; overflow: hidden;">
<img src="/portfolio/images/16782_demo.gif" alt="Project Image 2" style="width: 100%; height: 100%; object-fit: cover;">
</div>
</td>
<td style="padding: 10px; border: none; vertical-align: top; font-size: 16px;">
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.
</td>
</tr>
</table>

In recent strides, the advent of Neural Radiance Fields (NeRF) has revolutionized 3D scene reconstruction. NeRF stands out as a neural network-based technique that transcends traditional approaches by learning a volumetric representation of a scene through an implicit function. This groundbreaking methodology excels in capturing intricate details of both geometry and appearance, making it particularly adept at synthesizing high-fidelity 3D reconstructions from sparse and unstructured 2D views. NeRF's fusion of deep learning and implicit function representation proves to be a potent tool for rendering novel views of a scene and holds promise for elevating the precision and efficiency of 3D pose estimation across various domains.

### Coverage Viewpoint Generation: How to look at something in its entirety?

### PointCloud Resgistration: Leveraging feature descriptors for the best results
Expand Down

0 comments on commit 763828b

Please sign in to comment.