Skip to content
teq85 edited this page Jun 9, 2013 · 11 revisions

Welcome to the dip_term_ocr wiki!

Structure of program:

  • main.cc
  • header.hh: General header. Include stuff you need here and then include this file

Features:

  • circularity.cc: Count circles in an object (Not stable)
  • euler.cc: Find Euler-Number of object (stable)
  • geometry.cc: Various features such as Number of pixels, diameter, mass center
  • shapeContexts.cc: Shape Coefficient as in paper (not so stable)
  • subcomponents.cc: Number of straight lines (hor/ver) (stable)

Tools:

  • Bitmap Class
  • Viewer
  • boundary.cc: Extract Boundary of an object
  • setup.cc, skeletonisation.cc: Find skeleton of an object
  • Split.cc: Segmentation by Sheng Ching, not yet integrated
  • segmentation.cc: Old segmentation by me
Clone this wiki locally