#include "Image/Image.H"
#include "Component/ModelManager.H"
#include "Raster/Raster.H"
#include "GUI/DebugWin.H"
#include "FeatureMatching/PGH.H"
#include "Image/Rectangle.H"
#include "Image/FilterOps.H"
#include <signal.h>
#include <sys/types.h>
Go to the source code of this file.
Functions | |
std::vector< PGH::Line > | transform (std::vector< PGH::Line > &lines, Point2D< int > pos, float scale, float rot) |
int | main (const int argc, const char **argv) |
Test the PGH
Definition in file test-PGH.C.