8000 GitHub - chssozxw/runlengths: Code to compute runlength histograms of document images.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Code to compute runlength histograms of document images.

Notifications You must be signed in to change notification settings

chssozxw/runlengths

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an implementation of the Runlength descriptors for document image representation described in [1]. These descriptors can be compared using similarity/distance measures such as the dot-product or Euclidean distance. The implementation is different from the one on the paper, but results should be quite similar. The core of the implementation is in C, with a Matlab wrapper to ease its use. It has only been tested under linux and mac, but should work without problems under other systems.

run demo.m to compile the mex file and compute the runlength descriptor of a sample image.

Please cite [1] if you use this software in your technical work. If you have any questions or comments, I can currently be reached at albert.gordo.s@gmail.com

[1] Large-scale document image retrieval and classification with runlength histograms and binary embeddings. A. Gordo, F. Perronnin, and E. Valveny. In Pattern Recognition, 2012.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

About

Code to compute runlength histograms of document images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 66.7%
  • MATLAB 33.3%
0