diff options
author | Martin Miller | 2017-04-09 13:25:13 -0500 |
---|---|---|
committer | Martin Miller | 2017-04-09 13:25:13 -0500 |
commit | e5c3b5117c2f3936967319223e353ac6c7a0b1ca (patch) | |
tree | 56c9e8812985205b0a5242b73cc0f32d0886c17d /src/vision.h | |
parent | b1315673d8cba1380d00bd571191f403cfc9e99d (diff) | |
download | refslam-e5c3b5117c2f3936967319223e353ac6c7a0b1ca.zip refslam-e5c3b5117c2f3936967319223e353ac6c7a0b1ca.tar.gz |
warp source and reflection patches
Diffstat (limited to 'src/vision.h')
-rw-r--r-- | src/vision.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vision.h b/src/vision.h index a8ed318..aaa982b 100644 --- a/src/vision.h +++ b/src/vision.h @@ -8,7 +8,6 @@ #include "camera.h" #include "types.h" -#define PATCHSIZE 51 /* must be odd */ using cv::Mat; using cv::RotatedRect; using cv::Rect; |