mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Disable rotation correction if not used.
This commit is contained in:
parent
1935c34f4f
commit
581e1ab2d2
@ -12180,6 +12180,7 @@ void imlib_find_rects(list_t *out, image_t *ptr, rectangle_t *roi,
|
||||
fb_free(); // umm_init_x();
|
||||
}
|
||||
|
||||
#ifdef IMLIB_ENABLE_ROTATION_CORR
|
||||
// http://jepsonsblog.blogspot.com/2012/11/rotation-in-3d-using-opencvs.html
|
||||
void imlib_rotation_corr(image_t *img, float x_rotation, float y_rotation, float z_rotation,
|
||||
float x_translation, float y_translation,
|
||||
@ -12327,5 +12328,5 @@ void imlib_rotation_corr(image_t *img, float x_rotation, float y_rotation, float
|
||||
|
||||
fb_free(); // umm_init_x();
|
||||
}
|
||||
|
||||
#endif //IMLIB_ENABLE_ROTATION_CORR
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
Loading…
Reference in New Issue
Block a user