#include <Points.h>
Public Member Functions | |
void | verify (Image &) |
verify all points in PointList list according to an image, deleting wrong points from the list | |
int | findPossible (Image &, int) |
evaluate picture for promising points, place in PointList list, returns number of found points | |
void | reduce (int) |
iteratively reduce PointList list to specified size based on compactness and variance in spacing | |
int | fitGrid (int, int, Image &) |
Data Fields | |
PointList | list |
Highest level class for calibration target finding and point ordering
int Points::fitGrid | ( | int | x, | |
int | y, | |||
Image & | img | |||
) |
fit points into grid structure with given dimensions adaptively fill in missing points (verified against given Image) returns 0 if failure, 1 on success