dashboard
repositories
filestore
activity
search
login
havoc
/
sizif-ocr
Development of the ocr part of AOI
summary
reflog
commits
tree
docs
forks
compare
view
|
history
|
commit
|
commitdiff
Angle of page rotation can be determined with c wrapper function.
Samo Penic
2019-06-11
5d557801d61beb4970ffc4c62ba81cd0cd76db68
[havoc/sizif-ocr.git]
/
sizif-helpers
/
src
/
img_process.h
commit
|
author
|
age
5d5578
1
#ifndef _H_IMG_PROCESS
SP
2
#define _H_IMG_PROCESS
3
#define DESKEW_REDUCTION 4
4
float get_scan_angle(char *filename);
5
#endif