#include <corner_tool.h>
Collaboration diagram for mimas::corner_tool< T >:

Public Member Functions | |
| corner_tool () | |
| corner_tool (double t) | |
| void | setThreshold (double t) |
| void | filterImage (image< T > &input, corner_image &corner_im) |
Implementation inspiration from TINA. Original algorthim was developed by Harris and Stevens [] This is an operator which can be used to locate corner features in an image.
Definition at line 32 of file corner_tool.h.
| mimas::corner_tool< T >::corner_tool | ( | ) | [inline] |
Definition at line 49 of file corner_tool.h.
| mimas::corner_tool< T >::corner_tool | ( | double | t | ) | [inline] |
Definition at line 63 of file corner_tool.h.
| void mimas::corner_tool< T >::setThreshold | ( | double | t | ) | [inline] |
| t | change threshold. high t=few corners, low t = many |
Definition at line 77 of file corner_tool.h.
| void mimas::corner_tool< T >::filterImage | ( | image< T > & | input, | |
| corner_image & | corner_im | |||
| ) | [inline] |
| corner_im | go! output is a property image |
Definition at line 82 of file corner_tool.h.
References mimas::image< T >::clear().
Referenced by mimas::cgh_scene< T >::createFromImage().
Here is the call graph for this function:
