Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Pay20Y/Layout_Analysis
Document Layout Analysis Projects
https://github.com/Pay20Y/Layout_Analysis
rlsa xycut
Last synced: 9 days ago
JSON representation
Document Layout Analysis Projects
- Host: GitHub
- URL: https://github.com/Pay20Y/Layout_Analysis
- Owner: Pay20Y
- Created: 2018-01-23T07:06:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-04T15:13:13.000Z (about 5 years ago)
- Last Synced: 2024-08-02T11:14:25.419Z (3 months ago)
- Topics: rlsa, xycut
- Language: C++
- Size: 11.6 MB
- Stars: 22
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Layout_Analysis
### Introduction
This is an implementation of RLSA and X-Y Cut with OpenCV
### Dependencies
+ OpenCV 3.0+
### How to use
Compile with g++ :
```
g++ -std=c++11 RLSA.cpp -o RLSA `pkg-config --libs --cflags opencv` -ldl
```
or
```
g++ -std=c++11 X_YCut.cpp -o X_YCut `pkg-config --libs --cflags opencv` -ldl
```
### Reference:
+ Wong K Y, Casey R G, Wahl F M. Document analysis system[J]. Ibm Journal of Research & Development, 2011, 26(26):647-656.
+ Ha J, Haralick R M, Phillips I T. Recursive X-Y cut using bounding boxes of connected components[C]// International Conference on Document Analysis and Recognition. IEEE, 1995:952-955 vol.2.