#define VERIFY_IS_EQUAL(a, b)
Definition: main.h:331
#include "main.h"
Go to the source code of this file.
Macros | |
#define | COMPARE_CORNER(A, B) |
Functions | |
template<typename MatrixType > | |
void | corners (const MatrixType &m) |
template<typename MatrixType , int CRows, int CCols, int SRows, int SCols> | |
void | corners_fixedsize () |
void | test_corners () |
Definition at line 12 of file corners.cpp.
void corners | ( | const MatrixType & | m | ) |
Definition at line 16 of file corners.cpp.
void corners_fixedsize | ( | ) |
Definition at line 45 of file corners.cpp.
void test_corners | ( | ) |
Definition at line 104 of file corners.cpp.