Autonomous Space Robotics Lab

Speeded Up SURF

UTIAS ASRL

asrl::Keypoint Class Reference

A keypoint class used on the GPU. More...

#include <gpu_globals.h>

List of all members.

Public Member Functions

 Keypoint ()

Public Attributes

float x
float y
float size
float response
float angle
int octave

Detailed Description

A keypoint class used on the GPU.

It is very difficult to use complicated header files with CUDA. For example, both boost and opencv cause problems. Hence, we must create our own keypoint type and use that in the CUDA functions.

Definition at line 125 of file gpu_globals.h.


Constructor & Destructor Documentation

asrl::Keypoint::Keypoint (  )  [inline]

Definition at line 128 of file gpu_globals.h.


Member Data Documentation

Definition at line 134 of file gpu_globals.h.

Definition at line 135 of file gpu_globals.h.

Definition at line 133 of file gpu_globals.h.

Definition at line 132 of file gpu_globals.h.

Definition at line 130 of file gpu_globals.h.

Definition at line 131 of file gpu_globals.h.


The documentation for this class was generated from the following file:

Generated on Fri Apr 30 20:06:20 2010 for gpusurf by doxygen 1.6.2