mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Compile fix
This commit is contained in:
@ -23,6 +23,7 @@
|
|||||||
#include "http_stream.h"
|
#include "http_stream.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
extern int check_mistakes;
|
||||||
int windows = 0;
|
int windows = 0;
|
||||||
|
|
||||||
float colors[6][3] = { {1,0,1}, {0,0,1},{0,1,1},{0,1,0},{1,1,0},{1,0,0} };
|
float colors[6][3] = { {1,0,1}, {0,0,1},{0,1,1},{0,1,0},{1,1,0},{1,0,0} };
|
||||||
@ -961,8 +962,6 @@ image ipl_to_image(IplImage* src)
|
|||||||
return out;
|
return out;
|
||||||
}
|
}
|
||||||
|
|
||||||
extern int check_mistakes;
|
|
||||||
|
|
||||||
image load_image_cv(char *filename, int channels)
|
image load_image_cv(char *filename, int channels)
|
||||||
{
|
{
|
||||||
IplImage* src = 0;
|
IplImage* src = 0;
|
||||||
|
Reference in New Issue
Block a user