fix a compile error in case of building without highgui
This commit is contained in:
parent
f45b5b13f1
commit
97e36b9375
@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
#if defined (LOG_CASCADE_STATISTIC)
|
||||||
struct Logger
|
struct Logger
|
||||||
{
|
{
|
||||||
enum { STADIES_NUM = 20 };
|
enum { STADIES_NUM = 20 };
|
||||||
@ -109,7 +109,7 @@ struct Logger
|
|||||||
}
|
}
|
||||||
|
|
||||||
} logger;
|
} logger;
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace cv
|
namespace cv
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user