Classes | |
struct | HarrisScore |
Compute the corner score according to Harris. More... | |
struct | ShiTomasiScore |
Compute the score according to Shi-Tomasi. More... | |
struct | PosInserter |
Used to save corner positions from harrislike_corner_detect. More... | |
struct | PairInserter |
Used to save corner positions and scores from harrislike_corner_detect. More... | |
Functions | |
template<class C> | |
C | sq (const C &c) |
C CVD::Harris::sq | ( | const C & | c | ) | [inline] |
A Utility fuction.
Definition at line 19 of file harris_corner.h.
Referenced by CVD::Harris::ShiTomasiScore::Compute(), and CVD::Harris::HarrisScore::Compute().