mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Remove find_line_segments dependency on find_lines.
This commit is contained in:
parent
c548c336f9
commit
e705908a3f
@ -47,12 +47,6 @@
|
||||
// Enable find_line_segments()
|
||||
//#define IMLIB_ENABLE_FIND_LINE_SEGMENTS
|
||||
|
||||
// find_lines() is required by the old find_line_segments()
|
||||
//#if defined(IMLIB_ENABLE_FIND_LINE_SEGMENTS)\
|
||||
// && !defined(IMLIB_ENABLE_FIND_LINES)
|
||||
// #define IMLIB_ENABLE_FIND_LINES
|
||||
//#endif
|
||||
|
||||
// Enable find_circles()
|
||||
//#define IMLIB_ENABLE_FIND_CIRCLES
|
||||
|
||||
|
||||
@ -86,12 +86,6 @@
|
||||
// Enable find_line_segments()
|
||||
//#define IMLIB_ENABLE_FIND_LINE_SEGMENTS
|
||||
|
||||
// find_lines() is required by the old find_line_segments()
|
||||
#if defined(IMLIB_ENABLE_FIND_LINE_SEGMENTS)\
|
||||
&& !defined(IMLIB_ENABLE_FIND_LINES)
|
||||
#define IMLIB_ENABLE_FIND_LINES
|
||||
#endif
|
||||
|
||||
// Enable find_circles()
|
||||
//#define IMLIB_ENABLE_FIND_CIRCLES
|
||||
|
||||
|
||||
@ -89,12 +89,6 @@
|
||||
// Enable find_line_segments()
|
||||
#define IMLIB_ENABLE_FIND_LINE_SEGMENTS
|
||||
|
||||
// find_lines() is required by the old find_line_segments()
|
||||
#if defined(IMLIB_ENABLE_FIND_LINE_SEGMENTS)\
|
||||
&& !defined(IMLIB_ENABLE_FIND_LINES)
|
||||
#define IMLIB_ENABLE_FIND_LINES
|
||||
#endif
|
||||
|
||||
// Enable find_circles()
|
||||
#define IMLIB_ENABLE_FIND_CIRCLES
|
||||
|
||||
|
||||
@ -89,12 +89,6 @@
|
||||
// Enable find_line_segments()
|
||||
#define IMLIB_ENABLE_FIND_LINE_SEGMENTS
|
||||
|
||||
// find_lines() is required by the old find_line_segments()
|
||||
#if defined(IMLIB_ENABLE_FIND_LINE_SEGMENTS)\
|
||||
&& !defined(IMLIB_ENABLE_FIND_LINES)
|
||||
#define IMLIB_ENABLE_FIND_LINES
|
||||
#endif
|
||||
|
||||
// Enable find_circles()
|
||||
#define IMLIB_ENABLE_FIND_CIRCLES
|
||||
|
||||
|
||||
@ -89,12 +89,6 @@
|
||||
// Enable find_line_segments()
|
||||
#define IMLIB_ENABLE_FIND_LINE_SEGMENTS
|
||||
|
||||
// find_lines() is required by the old find_line_segments()
|
||||
#if defined(IMLIB_ENABLE_FIND_LINE_SEGMENTS)\
|
||||
&& !defined(IMLIB_ENABLE_FIND_LINES)
|
||||
#define IMLIB_ENABLE_FIND_LINES
|
||||
#endif
|
||||
|
||||
// Enable find_circles()
|
||||
#define IMLIB_ENABLE_FIND_CIRCLES
|
||||
|
||||
|
||||
@ -89,12 +89,6 @@
|
||||
// Enable find_line_segments()
|
||||
#define IMLIB_ENABLE_FIND_LINE_SEGMENTS
|
||||
|
||||
// find_lines() is required by the old find_line_segments()
|
||||
#if defined(IMLIB_ENABLE_FIND_LINE_SEGMENTS)\
|
||||
&& !defined(IMLIB_ENABLE_FIND_LINES)
|
||||
#define IMLIB_ENABLE_FIND_LINES
|
||||
#endif
|
||||
|
||||
// Enable find_circles()
|
||||
#define IMLIB_ENABLE_FIND_CIRCLES
|
||||
|
||||
|
||||
@ -89,12 +89,6 @@
|
||||
// Enable find_line_segments()
|
||||
#define IMLIB_ENABLE_FIND_LINE_SEGMENTS
|
||||
|
||||
// find_lines() is required by the old find_line_segments()
|
||||
#if defined(IMLIB_ENABLE_FIND_LINE_SEGMENTS)\
|
||||
&& !defined(IMLIB_ENABLE_FIND_LINES)
|
||||
#define IMLIB_ENABLE_FIND_LINES
|
||||
#endif
|
||||
|
||||
// Enable find_circles()
|
||||
#define IMLIB_ENABLE_FIND_CIRCLES
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user