Difference between revisions of "Publications/geraud.14.icip.inc"

From LRDE

 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
   
 
== Figure ==
 
== Figure ==
  +
  +
.
  +
  +
Step-by-step staff removal: the same image excerpt is depicted: click on the images to enlarge.
  +
  +
.
  +
   
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
| [[File:Geraud14icip_input.png]]
+
| [[File:Geraud14icip_input.png|300px]]
 
|-
 
|-
 
! (a) Input image.
 
! (a) Input image.
Line 14: Line 21:
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
| [[File:Geraud14icip_step1.png]]
+
| [[File:Geraud14icip_step1.png|300px]]
 
|-
 
|-
 
! (b) Step 1: permissive hit-or-miss.
 
! (b) Step 1: permissive hit-or-miss.
Line 22: Line 29:
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
| [[File:Geraud14icip_input.png]]
+
| [[File:Geraud14icip_step2.png|300px]]
 
|-
 
|-
  +
! (c) Step 2: horizontal median filter.
! (a) Input image.
 
  +
|}
  +
  +
  +
{| class="wikitable" border="1"
 
|-
 
|-
| [[File:Geraud14icip_step1.png]]
+
| [[File:Geraud14icip_step3.png|300px]]
 
|-
 
|-
! (b) Step 1: permissive hit-or-miss.
+
! (d) Step 3: horizontal reconstruction.
 
|}
 
|}
   
Line 34: Line 45:
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
| [[File:Geraud14icip_input.png]]
+
| [[File:Geraud14icip_step4.png|300px]]
 
|-
 
|-
! (a) Input image.
+
! (e) Step 4: cleaning.
  +
|}
  +
  +
  +
{| class="wikitable" border="1"
 
|-
 
|-
| [[File:Geraud14icip_step1.png]]
+
| [[File:Geraud14icip_step5s.png|300px]]
 
|-
 
|-
! (b) Step 1: permissive hit-or-miss.
+
! (f) Step 5: after line selection (contour superimposed).
 
|}
 
|}
  +
  +
  +
{| class="wikitable" border="1"
  +
|-
  +
| [[File:Geraud14icip_output.png|300px]]
  +
|-
  +
! (g) Step 6: output, after a local vertical median filter.
  +
|}
  +
  +
  +
{| class="wikitable" border="1"
  +
|-
  +
| [[File:Geraud14icip_groundtruth.png|300px]]
  +
|-
  +
! (h) Ground truth.
  +
|}
  +
  +
== Source Code ==
  +
  +
Code of the method described in the paper: [https://www.lrde.epita.fr/~theo/papers/geraud14icip_materials/steps.tgz]
  +
  +
  +
== Useful Links ==
  +
  +
* The staff removal competition organized at the International Conference on Document Analysis and Recognition (ICDAR) 2013:
  +
http://www.icdar2013.org/program/competitions
  +
  +
* The CVC-MUSCIMA database of handwritten music score images:
  +
http://www.cvc.uab.es/cvcmuscima
  +
  +
* The ''Olena'' Image Processing Platform (containing the ''Milena'' C++ image processing library):
  +
http://olena.lrde.epita.fr
  +
  +
* An online demo of staff removal:
  +
http://olena.lrde.epita.fr/demos/staff_removal.php
  +
  +
* Reproducible research:
  +
** http://reproducibleresearch.net/index.php/Main_Page
  +
** http://en.wikipedia.org/wiki/Reproducibility#Reproducible_research
  +
  +
  +
== Contact ==
  +
  +
* Homepage: http://www.lrde.epita.fr/wiki/User:Theo
  +
* Email: [mailto:thierry.geraud@lrde.epita.fr thierry.geraud@lrde.epita.fr]

Latest revision as of 14:59, 18 February 2014

Figure

.

Step-by-step staff removal: the same image excerpt is depicted: click on the images to enlarge.

.


Geraud14icip input.png
(a) Input image.


Geraud14icip step1.png
(b) Step 1: permissive hit-or-miss.


Geraud14icip step2.png
(c) Step 2: horizontal median filter.


Geraud14icip step3.png
(d) Step 3: horizontal reconstruction.


Geraud14icip step4.png
(e) Step 4: cleaning.


Geraud14icip step5s.png
(f) Step 5: after line selection (contour superimposed).


Geraud14icip output.png
(g) Step 6: output, after a local vertical median filter.


Geraud14icip groundtruth.png
(h) Ground truth.

Source Code

Code of the method described in the paper: [1]


Useful Links

  • The staff removal competition organized at the International Conference on Document Analysis and Recognition (ICDAR) 2013:

http://www.icdar2013.org/program/competitions

  • The CVC-MUSCIMA database of handwritten music score images:

http://www.cvc.uab.es/cvcmuscima

  • The Olena Image Processing Platform (containing the Milena C++ image processing library):

http://olena.lrde.epita.fr

  • An online demo of staff removal:

http://olena.lrde.epita.fr/demos/staff_removal.php


Contact