rangetocoords.h
Go to the documentation of this file.
00001 /*
00002  * rangetocoords.h
00003  *
00004  *  cpp-port for seg comp c-sourcecode
00005  *  see ftp://figment.csee.usf.edu/pub/segmentation-comparison/range-to-coords.c
00006  */
00007 
00008 #ifndef RANGETOCOORDS_H_
00009 #define RANGETOCOORDS_H_
00010 
00011 void ConvertPerceptronRangeToCartesian(short int* RangeImage, double *P[3], int ROWS, int COLS);
00012 void ConvertABWRangeToCartesian(const unsigned char* RangeImage, const int width, const int height, double* P[3], const int cal);
00013 void ConvertIMakeRangeToCartesian(unsigned char* RangeImage, double* P[3]);
00014 
00015 #endif /* RANGETOCOORDS_H_ */


structure_coloring_fkie
Author(s): Bastian Gaspers
autogenerated on Sun Jan 5 2014 11:38:09