Alexey
2016-12-06 d82b68ada98f02a2ca44b36fc7ddf9b7af51fd02
src/art.c
@@ -4,10 +4,14 @@
#include "option_list.h"
#include "blas.h"
#include "classifier.h"
#include <sys/time.h>
//#include <sys/time.h>
#include <time.h>
#include <winsock.h>
#include "gettimeofday.h"
#ifdef OPENCV
#include "opencv2/highgui/highgui_c.h"
image get_image_from_stream(CvCapture *cap);
#endif
@@ -53,7 +57,7 @@
        printf("[");
   int upper = 30;
        for(i = 0; i < upper; ++i){
            printf("%s", ((i+.5) < score*upper) ? "\u2588" : " ");
            printf("%c", ((i+.5) < score*upper) ? 219 : ' ');
        }
        printf("]\n");