51 #ifndef UVES_ORDERPOS_HOUGH_H
52 #define UVES_ORDERPOS_HOUGH_H
53 #include <uves_cpl_size.h>
58 cpl_table *
uves_hough(
const cpl_image *image,
int ymin,
int ymax,
int NORDERS,
59 bool norders_is_guess,
60 int SAMPLEWIDTH,
double PTHRES,
double MINSLOPE,
62 int SLOPERES,
bool consecutive,
64 cpl_image **htrans_original);