Shawn Lankton Online

vision, science, engineering, and fun

Archive for the 'Projects' Category

Stereo Thumbnail2D is nice, but these days I’m getting interested in doing computer vision in 3D. One way to get 3D data is to use two cameras and determine distance by looking at the differences in the two pictures (just like eyes!). In this project I show some initial results and codes for computing disparity from stereo images. Read the rest of this entry »

Read Comments(8)  

Park-Find Business Plan
04 24th, 2007

Park-Find ThumbnailIn this project I look at engineering from a different perspective… the business perspective. My team and I started with an idea: Track cars in a parking lot and use the information to help the whole operation run smoother. From there, we researched, though, and schemed until we had a sturdy business plan for the new venture. Read the rest of this entry »

Read Comments(1)  

Visual Tracking
04 3rd, 2007

My newest research focus has moved away from medical images and towards moving images… And instead of finding organs and tumors, I’m tracking moving objects in the videos. Check out some of my latest successes (and failures). Read the rest of this entry »

Read Comments(5)  

Hybrid Segmentation
02 10th, 2007

This algorithm analyzes statistics in small local regions of an image to try and separate the foreground from the background. This is an active contour segmentation technique, meaning a curve (or surface) is deformed over time to iteratively improve the segmentation until an optimum is reached. Read the rest of this entry »

Read Comments(2)  

Trashbot
05 6th, 2006

Trashbot ThumbnailI had a lot of fun “teaching” a Sony Aibo to find and pick up “trash.” This project uses some rudimentary computer vision, simple tracking, audio location, and neural network classification. Plus, its cute! Read the rest of this entry »

Read Comments(1)  

Robot Simulator
02 1st, 2006

Robot Simulator IconThis was a quick and dirty project for a robotics class that I took at Georgia Tech in 2005. In this project, I built a Matlab simulator for testing out some simple obstacle avoidance/navigation code. My hope is that someone uses this a springboard to make a more complete version. Read the rest of this entry »

Read Comments(0)  

Wound Measurement Device
08 10th, 2005

Wound Measurement ThumbWhat started as a class project has developed into a prototype algorithm for a medical instrument. Read the rest of this entry »

Read Comments(0)  

Keyboard Snooper
05 15th, 2005

Snooper ThumbnailHacking into computers is all well and good if you’re a CS person, but I’m a EE. This device plugs in-line with the PS2 port and hijacks key presses. When a username is typed in, it records the following password. Read the rest of this entry »

Read Comments(0)  

PIC PID Controller
03 14th, 2005

PID ThumbDoing this project really turned me on to systems and controls theory. A friend and I implemented a fully functioning PID motor speed and positioning controller onto a PIC MCU. This is a pretty thorough guide to building this very hand robotics peripheral. Read the rest of this entry »

Read Comments(4)  

DTMF Generator
08 15th, 2003

DTMF ThumbnailThis was a simple Matlab project, but it can be very handy for generating touch tones for telephony hacks. In fact, try it out, you can dial your phone just by holding it up to the speaker! Read the rest of this entry »

Read Comments(4)