GDAL
|
Algorithms for searching corresponding points on images. More...
Functions | |
GDAL_GCP * | GDALComputeMatchingPoints (GDALDatasetH hFirstImage, GDALDatasetH hSecondImage, char **papszOptions, int *pnGCPCount) |
GDALComputeMatchingPoints. More... | |
Algorithms for searching corresponding points on images.
This implementation is based on an simplified version of SURF algorithm (Speeded Up Robust Features). Provides capability for detection feature points and finding equal points on different images. As original, this realization is scale invariant, but sensitive to rotation. Images should have similar rotation angles (maximum difference is up to 10-15 degrees), otherwise algorithm produces incorrect and very unstable results.
GDAL_GCP* GDALComputeMatchingPoints | ( | GDALDatasetH | hFirstImage, |
GDALDatasetH | hSecondImage, | ||
char ** | papszOptions, | ||
int * | pnGCPCount | ||
) |
GDALComputeMatchingPoints.
TODO document