2 #ifndef vil_sample_profile_bilin_h_ 3 #define vil_sample_profile_bilin_h_ 23 template <
class imType,
class vecType>
26 double x0,
double y0,
double dx,
double dy,
35 template <
class imType,
class vecType>
38 double x0,
double y0,
double dx,
double dy,
41 #endif // vil_sample_profile_bilin_h_ Concrete view of image data of type T held in memory.
A base class reference-counting view of some image data.
void vil_sample_profile_bilin_edgena(vecType *v, const vil_image_view< imType > &image, double x0, double y0, double dx, double dy, int n)
Sample along profile, using bilinear interpolation.
void vil_sample_profile_bilin(vecType *v, const vil_image_view< imType > &image, double x0, double y0, double dx, double dy, int n)
Sample along profile, using bilinear interpolation.