crs.h 840 B

12345678910111213141516171819202122232425262728293031
  1. /***************************************************************************/
  2. /***************************************************************************/
  3. /*
  4. CRS.H - Center for Remote Sensing rectification routines
  5. Written By: Brian J. Buckley
  6. At: The Center for Remote Sensing
  7. Michigan State University
  8. 302 Berkey Hall
  9. East Lansing, MI 48824
  10. (517)353-7195
  11. Written: 12/19/91
  12. Last Update: 12/26/91 Brian J. Buckley
  13. */
  14. /***************************************************************************/
  15. /***************************************************************************/
  16. #define MAXORDER 3
  17. extern int CRS_compute_georef_equations(struct Control_Points *, double *,
  18. double *, double *, double *, int);
  19. extern int CRS_georef(double, double, double *, double *, double *, double *,
  20. int);