Code Monkey home page Code Monkey logo

ret_2014's Introduction

##Automatic Text Detection DEMO##

Yinjie Huang

RET Project

University of Central Florida

2014

###CONTENTS:###

  • General Information
  • Requirements
  • Installation
  • Usage
  • References

==================================

###GENERAL INFORMATION###

This software was written as the demo of RET project Summer 2014. It represents an implementation of an automatic text detection algorithm, including a complete graphical user interface (GUI). All rights belong to the author.

###REQUIREMENTS###

To run this software, you need to have the following components installed:

###INSTALLATION###

This software doesn't require any installation. Just drop the files into a folder.

###USAGE###

To run the software, run the file 'Main.m' or type in 'Main' in the MATLAB command window. The script will take care of all the rest and start a graphical user interface.

The basic usage is as follows:

  • Open one image: click "File" and "open" on image.
  • First, we need to make sure if the image: (1) Text is light and Background is Dark, we assign the value as 0 (2) Text is Dark and Background is Light, we assign the value as 1
  • We can click the buttons "MSER", "Geometric Filtering", "Stroke Width", "Morphing" and "Final Result" to see the result step by step.
  • Step "Stroke Width", the "Std/Mean" means the standard variation devided by mean. We set the default as 0.35. If the detection result is not good. Try other number like 0.5 etc.
  • Step "Morphing", "Area Size" means the largest connected component area we consider as normal, any larger ones will be rejected and we do not do image morphing on them. The default is 2000. You can try other numbers like 5000.
  • You can also get all the results by clicking "Run by One Click" once.

###References###

  • Huizhong Chen; Sam S. Tsai; Georg Schroth; David M. Chen; Radek Grzeszczuk; Bernd Girod., "Robust text detection in natural images with edge-enhanced maximally stable extremal regions," Image Processing (ICIP), 2011 18th IEEE International Conference on, pp.2609--2612, 2011

ret_2014's People

Contributors

yinjiehuang avatar

Stargazers

 avatar John Brock avatar

Watchers

James Cloos avatar John Brock avatar  avatar

ret_2014's Issues

Buttons missing

It looks like some buttons are missing from the UI. I'm not able to get past the geometric filtering step.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.