Skip to content

A simple text detection approach created entirely with opencv

Notifications You must be signed in to change notification settings

ramity/opencv-text-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ocr

  • Current approach:

    • Load image
    • Threshold
    • Median
    • Contours
    • Merge sibling contours recursively
    • Output image
  • Future approach:

    • Load image
    • Threshold
    • for z in range(1, 9, 2):
      • Median(z, threshold)
      • Contours
      • Merge sibling contours recursively
    • Merge outputs from each iteration into a final data obj
    • Output image

About

A simple text detection approach created entirely with opencv

Topics

Resources

Stars

Watchers

Forks

Languages