Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kavishgambhir/xy-cut-tree
Segmenting a given document using recursive xy-cut algorithm.
https://github.com/kavishgambhir/xy-cut-tree
Last synced: 9 days ago
JSON representation
Segmenting a given document using recursive xy-cut algorithm.
- Host: GitHub
- URL: https://github.com/kavishgambhir/xy-cut-tree
- Owner: kavishgambhir
- Created: 2018-04-23T08:14:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-09T17:11:46.000Z (about 6 years ago)
- Last Synced: 2024-08-02T11:14:27.967Z (3 months ago)
- Language: C++
- Size: 189 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Document Page Segmentation
(term project for semester Jan - Jul , '18 )
## purpose
It segments the document provided recursively in a stores the Segments blocks in a tree like structure to match for layout similarity from a dataset.
## Dependenices
opencv2 : for reading and manipulating documents.
## functions
xy_cut.cpp : segments a a document and creates a tree of blocks.
use custom documents and pass them in to arguments to check functionality.
Result blocks are stored as binary in result folder and resultant segmented image stored as result.jpg in root folder.
requires library opencv