Profile Picture

Daniel Eneh

Robotics/Computer Vision/Software Engineer

Welcome to my Portfolio! I am a passionate Robotics Engineer and Computer Vision Specialist with a strong foundation in robotics perception, localization, and navigation. My journey in the world of robotics has been driven by a deep fascination with the intersection of hardware and software, and a commitment to solving complex challenges in this exciting field. @Daniel

An Unmanned Aerial vehicle for Detection of Pipeline Faults

This project aims to address the issue of pipeline leaks in the petroleum sector by deploying an intelligent drone equipped with LiDAR sensors, RGB cameras, and a depth camera.
The drone has the capability to perform 3D mapping of the environment, detect pipeline leaks using computer vision, track pipelines, and avoid obstacles. In this project, we compare two computer vision models: Facebook's Detection Transformer and Ultralytics' Yolov8.

EKF Filter for Robot Localization and Navigation

The Extended Kalman Filter algorithm is employed to fuse visual odometry readings and GPS readings in order to achieve precise robot localization.. The Oxford Robot Car Dataset is used for this project. In robot localization, GPS alone isn't accurate due to local obstacles and limited precision. To improve accuracy, the Extended Kalman Filter fuse odometry and GPS data, reducing odometry drift and enhancing GPS positions for outdoor robotics.

Wireless Event Camera

The event camera capture changes in brightness asynchronously and in real time having the advantage of low power consumption, High Dynamic range as compared to conventional cameras. The Prophesee EVK3 and EVK4 event camera is designed to wirelessly transmits event frames via an image pipeline to an Nvidia Jetson remote workstation using a Raspberry Pi 4 companion computer. A 3D mount for the camera was designed using AUTOCAD.

Depth Estimation Using Lidar Measurement

In this project, a Lidar histogram is utilized to create a depth map of the environment using a straightforward match filter algorithm. The depth map aids in visualizing the distances of objects within a scene.