Blog

Viewing posts for the category Projects

Visual Odometry Final Project Video

Posted by: Matthew Ahn in Projects MEAM620 1 year ago

Localization with stereo imagery

Tags: computer vision meam620
read more / Comments

GPU Accelerated SGP4 Final Report

Posted by: Matthew Ahn in Projects CIS565 GPU 1 year ago

Final Project Report

Tags: cuda gpu spg4
read more / Comments

SGP4 14,588 Satellites in Orbit

Posted by: Matthew Ahn in Projects CIS565 GPU 1 year, 1 month ago

GPU Accelerated SGP4 Algorithm. This video shows the orbits of 14,588 different satellites. The satellites positions are in ECI coordinate system. As you can see there is no model of the Earth drawn. That is still to come.

Under the hood, there is a slight issue. Each satellite is propagated with a different epoch. They need to be sync'd initially before I start the propagation.

Tags: cuda gpu spg4 orbit propagation
read more / Comments

SGP4: VANGUARD 1 and VANGUARD 2

Posted by: Matthew Ahn in Projects CIS565 GPU C++ 1 year, 1 month ago

An example of Vanguard 1's and Vanguard 2's positions in ECI.

Tags: cuda gpu spg4 orbit propagation
read more / Comments

SGP4 Progress

Posted by: Matthew Ahn in Projects CIS565 GPU C++ 1 year, 1 month ago

Significant progress porting the SGP4 algorithm to a CUDA implementation. I can read in TLEs, initialize with all the SGP models and propagate forward in time.

Tags: c orbit propagation spg4 gpu
read more / Comments

MEAM 620 RANSAC

Posted by: Matthew Ahn in Projects MEAM620 1 year, 1 month ago

The purpose of this phase of the project was to develop the ransac algorithm in MATLAB.

Tags: meam620 matlab ransac computer vision
read more / Comments

SGP4 Equations

Posted by: Matthew Ahn in Projects CIS565 GPU 1 year, 1 month ago

I've been reading through Fundamentals of Astrodynamics [Bate, Mueller, White] as well as breaking down the SPG4 source code for its formulas.

Tags: c cuda gpu spg4 orbit propagation
read more / Comments

Found source code for an implementation of the SGP4 algorithm

Posted by: Matthew Ahn in Projects CIS565 GPU C++ 1 year, 2 months ago

I found the link at the bottom of the page: http://en.wikipedia.org/wiki/Simplified_perturbations_models.

Tags: cuda c gpu spg4 orbit propagation
read more / Comments

Feature Correspondence in Stereo Images

Posted by: Matthew Ahn in Projects MEAM620 1 year, 2 months ago

MEAM620 Project 2: Phase 1

read more / Comments

django-filebrowser woes

Posted by: Matthew Ahn in Projects Django 1 year, 2 months ago

Currently this library only supports local directories. I'll try to fork a repository and attempt to mod it with boto and django-storages to fit my needs later.

Tags: django filebrowser
read more / Comments