summaryrefslogtreecommitdiff
path: root/horizon_steerer.h
diff options
context:
space:
mode:
authorFlorian Jung <florian.a.jung@web.de>2012-12-05 00:49:07 +0100
committerFlorian Jung <florian.a.jung@web.de>2012-12-05 00:49:07 +0100
commitcab69fa1ae5f747e64fff506742e9b796668212b (patch)
treec27919db7ffd102b9f3434c32afe31dbd0a42904 /horizon_steerer.h
parent87a62c067dfa50f62a58503cdbec7be30241f032 (diff)
horizon steerer lenkt jetzt wirklich. teils schlechter, teils besser.
Diffstat (limited to 'horizon_steerer.h')
-rw-r--r--horizon_steerer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/horizon_steerer.h b/horizon_steerer.h
index 0aa19b7..ac9d36f 100644
--- a/horizon_steerer.h
+++ b/horizon_steerer.h
@@ -56,7 +56,7 @@ private:
int steering_point, Point origin_point, double confidence);
void draw_angles_and_contour(Mat drawing, vector< vector<Point> >& contours, const vector<Vec4i>& hierarchy, int first_nonbottom_idx, vector<Point>& contour,
double* angles, double* angle_derivative);
- int find_steering_point(Mat orig_img, Point origin_point, int** contour_map, Mat& drawing, double* confidence);
+ Point find_steering_point(Mat orig_img, Point origin_point, int** contour_map, Mat& drawing, double* confidence);
int xlen;
int ylen;