YOLO-Driven 3D Traffic Mapping from Stereo Camera

I developed a computer vision pipeline using Python, OpenCV, and YOLOv3 to estimate depth, detect vehicles, and segment individual cars from stereo images in the KITTI dataset. Calibration data was used to continue

Georeferenced Ground Targets Using UAV Imagery

I developed a target localization system in Python using onboard imagery and pose data from a Parrot AR.Drone 2.0 operating in a Vicon motion capture environment. The drone’s downward-facing camera

3D Point Cloud Matching Using SVD and ICP

I implemented the Iterative Closest Point (ICP) algorithm in Python to solve 3D point cloud registration, a core task in robotic perception. Using realworld scan data from the Stanford 3D Scanning Repository,