Project Canine

Project Canine is my summer research project in 2009. Sponsored by the National Science Foundation and Samuel Ginn College of Engineering at Auburn University. I had the chance to work with Major, a 4 year old Labrador Retriever. Major had a sensor and comms package that allowed it to be signaled remotely based on sensor data. I worked on a machine learner and GUI system that was able to accurately derive the canine's motions based on noisy sensor data. The program also trained participants in LaTeX. News Article


Paper
Code

Papers

Code

#include <QApplication>

#include <QFileDialog>

class Tester : public QWidget
{
public:
void openFile()
{
QFileDialog::getOpenFileName( this, tr("Open Document"), QDir::currentPath(), tr("Document files (*.doc *.rtf);;All files (*.*)"), 0, QFileDialog::DontUseNativeDialog );

QString filename = QFileDialog::getOpenFileName(
this,
tr("Open Document"),
QDir::currentPath(),
tr("Document files (*.doc *.rtf);;All files (*.*)") );
if( !filename.isNull() )
{
qDebug( filename.toAscii() );
}
}
Phasellus mattis tincidunt nibh. Cras orci urna, blandit id, pretium vel, aliquet ornare, felis. Maecenas scelerisque sem non nisl. Fusce sed lorem in enim dictum bibendum.
Nam dui erat, auctor a, dignissim quis, sollicitudin eu, felis. Pellentesque nisi urna, interdum eget, sagittis et, consequat vestibulum, lacus. Mauris porttitor ullamcorper augue.

Leo Szeto 2012