Skip to content

Commit

Permalink
Late Fusion Recognition
Browse files Browse the repository at this point in the history
  • Loading branch information
Burhan Two committed Jul 4, 2018
1 parent 1aad307 commit c46367b
Show file tree
Hide file tree
Showing 3 changed files with 454 additions and 0 deletions.
Binary file added post_processing.c
Binary file not shown.
12 changes: 12 additions & 0 deletions processing.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#ifndef PROCESSING_H
#define PROCESSING_H

int detect_stopper_color(int r, int g, int b);
void die(const char *errstr);
char* russian_ocr(PIX* img, int index);
void _process_frame_tickertext(AVFrame *frame, int width, int height, int index);
void rgb2lab(float R, float G, float B,float *L, float *a, float *b);
void late_fusion(PIX* img, int index);
void writetofile(char* text, int index);

#endif
Loading

0 comments on commit c46367b

Please sign in to comment.