Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

HoughHash.h

Go to the documentation of this file.
00001 #ifndef __HOUGHHASH_H
00002 #define __HOUGHHASH_H
00003 
00004 #include <cstddef>
00005 
00006 class HoughKey {
00007 public:
00008   class model* M;
00009   double x, y, scale, orientation;
00010 };
00011 
00012 bool HoughKeyEquals(HoughKey* k1, HoughKey* k2);
00013 
00014 size_t hashHoughKey(HoughKey *k);
00015 
00016 #endif

Tekkotsu v5.1CVS
Generated Mon May 9 04:58:41 2016 by Doxygen 1.6.3